UNPKG

angular-nevera-generator

Version:

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

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