Sub‐Generator: module - BlueOakJS/generator-blueoak GitHub Wiki
Description
This sub-generator will create a new AngularJS module based on the name you provide as a command line argument. e.g:
client/src/app/example/example.module.js
For more information on angular modules, see the official documentation.
Usage
yo blueoak:module [name]
Notes:
- If the module name is suffixed with 'module', the suffix will be removed since .module.js is automatically appended to the filename.
- If no module name is given, the module name will be taken from the current working directory if it's under
client/src/app
Prompts
- none