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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/Brickchain/integrity-angular.svg?branch=master)](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