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

https://github.com/netanelbasal/angular2-package-starter

Easy to use package starter for Angular 2
https://github.com/netanelbasal/angular2-package-starter

Last synced: 3 months ago
JSON representation

Easy to use package starter for Angular 2

Awesome Lists containing this project

README

          

# Angular 2 package starter

Easy to use package starter for Angular 2. Create open source modules/directive/components/pipes.
Helps to create NPM package and publish it easily.

## Installation
- clone this repository
- run one of the following commands:
- `npm install`
- `yarn install`

## Run tests
`npm test`

## Publishing package
- describe your module well in README.md and bump version
- run `npm publish`

## License
The repository code is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).