UNPKG

generator-angular-eggs

Version:

Angular 1.5, Angular Component Router, Bootstrap v4(alpha) and TingoDB(like MongoDB) with an Express server

22 lines (20 loc) 453 B
(function() { 'use strict'; module.exports = { compile: { name: '<%%= pkg.name %>', description: '<%%= pkg.description %>', version: '<%%= pkg.version %>', url: '<%%= pkg.homepage %>', options: { paths: [ '<%%= paths.app %>/components', '<%%= paths.app %>/directives', '<%%= paths.app %>/service', 'server' ], outdir: 'docs' } } }; })();