accelo-cli
v1.0.0
Published
<b>CLI tool for accelo angular files</b>
Downloads
16
Readme
accelo-cli
CLI tool for accelo angular files
Installation
npm install -g accelo-cliUsage
Generating components
accelo-cli component new-cmp
# if the directory is /angular/components
accelo-cli component new-cmp
# your component will be generated in /angular/components/new-cmp
# if the directory is /angular/components/existing-directory
accelo-cli component new-cmp
# your component will be generated in /angular/components/existing-directory/new-cmpNote: Generating services has not yet been implemented
Contributing
Use this repositories issue tracker to discuss new features and changes to existing templates
