0.0.8 • Published 10 years ago
mi-angular-resource-builder v0.0.8
Resource builder for AngularJS
Resource builder for AngularJS.
Installation
Install with npm
$ npm i mi-angular-resource-builder --save
Usage
Here is a short code sample your base application js file ...
require('mi-angular-resource-builder');
var requires = [
...
'mi.ResourceBuilder'
...
];
angular.module('your-app', requires) ...
Description for usable services and resources coming soon ...
Tests
Trigger unit test with npm
$ npm run test
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
This library is under the MIT license.