ng-directive-gulp-boilerplate
v0.0.2
Published
Angular reusable directive development boilerplate using gulp and karma
Downloads
2
Maintainers
Readme
#ng-directive-gulp-boilerplate
This NPM module is a boilerplate for creating reusable Angular.js directive.This bolierplate has following features:-
- JSCS for coding standard.
- Gulp for build task.
- karma and jasmine for testing.
- Bootstrap3 For Styling.
- LESS for css authoring.
Follow the the steps:-
Install the boilerplate using NPM:-
npm install ng-directive-gulp-boilerplate
Install the dependencies from package.json using Following command:-
cd ng-directive-gulp-boilerplate npm install
Run the boilerplate using following command:-
gulp serve
Test the boilerplate using following command:-
gulp test
Build the boilerplate using following command:-
gulp build
More Tutorials on JavaScript:-
The following link is for my blog TutorialSavvy.This blog contains articles on web technologies. http://www.tutorialsavvy.com/