https://github.com/netanelbasal/ng-component-cli
angular es6 component template generator
https://github.com/netanelbasal/ng-component-cli
Last synced: 11 months ago
JSON representation
angular es6 component template generator
- Host: GitHub
- URL: https://github.com/netanelbasal/ng-component-cli
- Owner: NetanelBasal
- Created: 2016-02-18T10:54:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T11:26:29.000Z (over 9 years ago)
- Last Synced: 2025-02-22T21:32:20.815Z (11 months ago)
- Language: JavaScript
- Size: 988 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 1.5 component templates generator
CLI util for easy generate Angular 1.5 files
## Installation
```bash
npm install -g ng-component-cli
```
## Usage
```bash
ngComp
```
You will get the following options:
- module
- controller
- service
- directive
You should use snake-case for the names.
The module will generate html, sass, component, and controller.
See example in main-nav directory.