Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deebloo/ng-lib
Starting place for creating a library based off of an angular-cli generated project
https://github.com/deebloo/ng-lib
Last synced: 15 days ago
JSON representation
Starting place for creating a library based off of an angular-cli generated project
- Host: GitHub
- URL: https://github.com/deebloo/ng-lib
- Owner: deebloo
- License: mit
- Created: 2017-05-31T13:15:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T13:22:46.000Z (over 7 years ago)
- Last Synced: 2024-10-31T16:59:38.917Z (2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ng-lib
## GOAL
STOPGAP: To allow user to take an @angular/cli generated project and run ng-lib over it to generate a publishable library.
Eventually as the angular SDK improves to give more granular control to the build I want this repo to become obsolete.## Desired syntax
```BASH
ng new my-project && ng-lib my-project/
```This would generate a new angular project and using the existing format genrate a ready to publish folder under build/