Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/