Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

MovingImage24/gh_mi-angular-resource-builder

Repository files navigation

This repository is deprecated!

The relevant repository can be found here mi-angular-resource-builder

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published