The relevant repository can be found here mi-angular-resource-builder
Resource builder for AngularJS.
Install with npm
$ npm i mi-angular-resource-builder --save
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 ...
Trigger unit test with npm
$ npm run test
- 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
This library is under the MIT license.