AngularJS directives for PatternFly 
This project will provide a set of common AngularJS directives for use with the PatternFly reference implementation.
You have to install required software before you're able to use grunt:
-
Install Node.js - Find more information on Node.js
-
Install npm - If npm is not already installed with Node.js, you have to install it manually. Find more information on NPM
-
Install Bower globally - Find more information on Bower
npm install -g bower
-
Install Grunt globally - Find more information on Grunt
npm install -g grunt-cli
-
Install npm dependencies with:
npm install
-
Install bower dependencies with:
bower install
You should have your environment ready now.
Angular-PatternFly can now be built with:
grunt build
To see all the grunt tasks that are available:
grunt help
The API documentation can be built with:
grunt ngdocs
If you're interested in reading the docs right away, you can use special target, which will start a web server:
grunt ngdocs:view
After executing this tasks you'll be able to access the documentation at http://localhost:8000/.
We're always interested in contributions from the community.
Please ensure that your PR provides the following:
- Detailed description of the proposed changes
- Follows the style rules for javascript and html.
- Rebased onto the latest master commit