Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhz-io/nhz-io-arm
https://github.com/nhz-io/nhz-io-arm
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhz-io/nhz-io-arm
- Owner: nhz-io
- License: mit
- Created: 2017-11-25T00:17:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T14:09:10.000Z (about 7 years ago)
- Last Synced: 2024-12-01T01:29:09.864Z (24 days ago)
- Language: CoffeeScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Abstract Resource Manager
[![Travis Build][travis]](https://travis-ci.org/nhz-io/nhz-io-arm)
[![Coverage][coveralls]](https://coveralls.io/github/nhz-io/nhz-io-arm)
[![NPM Version][npm]](https://www.npmjs.com/package/@nhz.io/arm)## Install
```bash
npm i -S @nhz.io/arm
```## Usage
```js
const { Resource, Registry, Manager } = require('@nhz.io/arm')...
```
## Version 1.0.3
## License [MIT](LICENSE)
[travis]: https://img.shields.io/travis/nhz-io/nhz-io-arm.svg?style=flat
[npm]: https://img.shields.io/npm/v/@nhz.io/arm.svg?style=flat
[coveralls]: https://coveralls.io/repos/github/nhz-io/nhz-io-arm/badge.svg?branch=v1.0.3