(path)
| 4 | const ember = require('./ember'); |
| 5 | |
| 6 | function inRepoAddon(path) { |
| 7 | return ember(['generate', 'in-repo-addon', path]); |
| 8 | } |
| 9 | |
| 10 | function tempBlueprint() { |
| 11 | return fs.outputFile('blueprints/foo/files/__root__/foos/__name__.js', '/* whoah, empty foo! */'); |
nothing calls this directly
no test coverage detected
searching dependent graphs…