UNPKG

generator-hyper-angular

Version:

Yeoman generator for AngularJS/Express/node.js apps emphasizing modularity, configuration, and testing

24 lines (23 loc) 291 B
(function () { 'use strict'; module.exports = { dist: { options: { mode: '0755', create: ['dist'] } }, app: { options: { mode: '0755', create: ['dist/app'] } }, appImg: { options: { mode: '0755', create: ['dist/app/img'] } } }; })();