https://github.com/miguelramos/ng-lib-skeleton
Angular library skeleton based on ngrx.
https://github.com/miguelramos/ng-lib-skeleton
angular library skeleton
Last synced: about 1 month ago
JSON representation
Angular library skeleton based on ngrx.
- Host: GitHub
- URL: https://github.com/miguelramos/ng-lib-skeleton
- Owner: miguelramos
- License: mit
- Created: 2017-11-23T00:50:52.000Z (over 8 years ago)
- Default Branch: skeleton
- Last Pushed: 2017-11-23T01:49:46.000Z (over 8 years ago)
- Last Synced: 2025-01-08T07:10:11.017Z (over 1 year ago)
- Topics: angular, library, skeleton
- Language: TypeScript
- Size: 854 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular skeleton for libraries [](http://badge.fury.io/js/ng-lib-skeleton)
Reactive libraries for Angular
## Instructions
Go thru build dir and change mylib to your name lib and all needed files where rename is needed.
- package.json
- tsconfig.json
- modules/*
- build/* (config.ts and task.ts)
- example-app/*
## Support
[](https://twitter.com/miguelonspring)
## Packages
- [@nglib/mylib](./README.md) - Simple and clean library example
## Examples
- [example-app](./example-app/README.md) - Example application using @nglib libraries, showcasing common patterns and best practices.
## Contributing
Please read [contributing guidelines here](./CONTRIBUTING.md).