0.0.8 • Published 10 years ago

mi-angular-resource-builder v0.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

Resource builder for AngularJS

GitHub version npm version npm downloads Build Status Coverage Status dependency Status devDependency Status License

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

This library is under the MIT license.

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago