Keboola extensions library for Angular.
Custom directives and services used in Keboola applications.
Demos and documentation: http://keboola.github.com/angular-kb
Recommended angular libraries:
- Clone the repo
- Install dependencies
npm install && bower install --dev - Initial build
grunt - Watch and test
grunt devel
Or use docker.
docker-compose run node bash
yarn && bower install --dev --allow-root
grunt
grunt watch
docker-compose run tests
Before adding any directive please check that directive isn't already implemented in libraries mentioned above.
-
grunt release:type- updates version in packages, commits changes, tags version. Allowed types:major, minor, patch. Default ispath git push origin --tags
grunt docsServer
grunt publishDocs
See the CHANGELOG.
MIT licensed, see LICENSE file.
