https://github.com/swarthy/trailpack-rabrpc
Trailpack for RabRPC
https://github.com/swarthy/trailpack-rabrpc
Last synced: 6 months ago
JSON representation
Trailpack for RabRPC
- Host: GitHub
- URL: https://github.com/swarthy/trailpack-rabrpc
- Owner: swarthy
- License: mit
- Created: 2016-09-20T12:23:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T06:09:52.000Z (over 8 years ago)
- Last Synced: 2025-05-06T23:02:23.197Z (about 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trailpack-rabrpc
[![NPM version][npm-image]][npm-url]
[![Build status][ci-image]][ci-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![Code Climate][codeclimate-image]][codeclimate-url]
RabRPC trailpack
## Install
```sh
$ npm install --save trailpack-rabrpc rabrpc
```
## Configure
```js
// config/main.js
module.exports = {
packs: [
// ... other trailpacks
require('trailpack-rabrpc')
]
}
```
[npm-image]: https://img.shields.io/npm/v/trailpack-rabrpc.svg?style=flat-square
[npm-url]: https://npmjs.org/package/trailpack-rabrpc
[ci-image]: https://img.shields.io/travis/swarthy/trailpack-rabrpc/master.svg?style=flat-square
[ci-url]: https://travis-ci.org/swarthy/trailpack-rabrpc
[daviddm-image]: http://img.shields.io/david/swarthy/trailpack-rabrpc.svg?style=flat-square
[daviddm-url]: https://david-dm.org/swarthy/trailpack-rabrpc
[codeclimate-image]: https://img.shields.io/codeclimate/github/swarthy/trailpack-rabrpc.svg?style=flat-square
[codeclimate-url]: https://codeclimate.com/github/swarthy/trailpack-rabrpc