https://github.com/brickchain/integrity-theme
Theme for angular/material
https://github.com/brickchain/integrity-theme
angular integrity-theme material theme
Last synced: 2 months ago
JSON representation
Theme for angular/material
- Host: GitHub
- URL: https://github.com/brickchain/integrity-theme
- Owner: Brickchain
- License: bsd-2-clause
- Created: 2018-02-05T22:52:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T13:08:36.000Z (almost 8 years ago)
- Last Synced: 2025-08-11T17:24:37.606Z (11 months ago)
- Topics: angular, integrity-theme, material, theme
- Language: JavaScript
- Size: 180 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/PlusIntegrity/integrity-theme)
# Integrity Theme
Integrity material theme. 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-theme-[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