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
- Host: GitHub
- URL: https://github.com/netanelbasal/angular2-package-starter
- Owner: NetanelBasal
- Created: 2016-10-26T06:55:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T07:02:55.000Z (about 9 years ago)
- Last Synced: 2025-02-16T04:02:12.651Z (11 months ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).