MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / inRepoAddon

Function inRepoAddon

tests/helpers/generate-utils.js:6–8  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

4const ember = require('./ember');
5
6function inRepoAddon(path) {
7 return ember(['generate', 'in-repo-addon', path]);
8}
9
10function tempBlueprint() {
11 return fs.outputFile('blueprints/foo/files/__root__/foos/__name__.js', '/* whoah, empty foo! */');

Callers

nothing calls this directly

Calls 1

emberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…