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:
Development
- Clone the repo
- Install dependencies
npm install && bower install --dev
- Initial build
grunt
- Watch and test
grunt devel
Development with Karma Test Runner intro
Before adding any directive please check that directive isn't already implemented in libraries mentioned above.
New release
-
grunt release:type
- updates version in packages, commits changes, tags version. Allowed types:major, minor, patch
. Default ispath
git push origin --tags
Documentation edit
grunt docsServer
Documentation publish
grunt publishDocs
Release History
See the CHANGELOG.