https://github.com/brickchain/integrity-angular
Angular theme and utilities
https://github.com/brickchain/integrity-angular
angular library theme tools
Last synced: about 2 months ago
JSON representation
Angular theme and utilities
- Host: GitHub
- URL: https://github.com/brickchain/integrity-angular
- Owner: Brickchain
- License: bsd-2-clause
- Created: 2018-02-02T10:13:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T09:34:47.000Z (over 7 years ago)
- Last Synced: 2025-03-12T06:46:40.680Z (over 1 year ago)
- Topics: angular, library, theme, tools
- Language: TypeScript
- Size: 493 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/Brickchain/integrity-angular)
# Integrity Angular
Library to provide angular utilities and themes. Built with the help of [angular-library-starter](https://github.com/robisim74/angular-library-starter).
# Useful Commands
Get started: npm install
Testing: npm test
Building: npm run build
Test package locally:
- npm run pack:lib
- Then install in your app: npm install [path-to-lib]/integrity-angular-[version].tgz
Publish: npm run publish:lib
Before publishing the first time:
- you can register your library on [Travis CI](https://travis-ci.org/): you have already configured `.travis.yml` file
- you must have a user on the _npm_ registry: [Publishing npm packages](https://docs.npmjs.com/getting-started/publishing-npm-packages)
Documentation:
- npm run compodoc
- npm run compodoc:serve