UNPKG

generator-fountain-angular2

Version:

Yeoman Fountain generator to scaffold a webapp with Angular 2 written in ES6 (Babel), TypeScript through Webpack or SystemJS including tools Gulp 4, ESLint, Browsersync and Karma

15 lines (13 loc) 322 B
const fountain = require('fountain-generator'); module.exports = fountain.Base.extend({ writing() { [ 'src/index.js', 'src/index.css', 'src/app/index.js', 'src/app/hello.html', 'src/app/hello.js', 'src/app/hello.spec.js' ].map(file => this.copyTemplate(file, file)); } });