An open API service indexing awesome lists of open source software.

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

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.