1.0.0 • Published 7 years ago

accelo-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

accelo-cli

CLI tool for accelo angular files

Build Status

Installation

npm install -g accelo-cli

Usage

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-cmp

Note: Generating services has not yet been implemented

Contributing

Use this repositories issue tracker to discuss new features and changes to existing templates

0.1.1

7 years ago

0.1.0

7 years ago

1.0.0

7 years ago