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: 5 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T13:22:46.000Z (about 9 years ago)
- Last Synced: 2025-06-07T01:36:46.445Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- 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/