Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/packsaddle/node-saddler
https://github.com/packsaddle/node-saddler
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/packsaddle/node-saddler
- Owner: packsaddle
- Created: 2015-02-11T12:21:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T16:23:58.000Z (almost 10 years ago)
- Last Synced: 2024-11-06T03:44:43.080Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://packsaddle.org
- Size: 113 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# saddler
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image] [![Coverage Status][coveralls-image]][coveralls-url]The best module ever.
## Install
```bash
$ npm install --save saddler
```## Usage
```javascript
var saddler = require('saddler');
saddler(); // "awesome"
```## API
_(Coming soon)_
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [gulp](http://gulpjs.com/).
## License
Copyright (c) 2015 sanemat. Licensed under the MIT license.
[npm-url]: https://npmjs.org/package/saddler
[npm-image]: https://badge.fury.io/js/saddler.svg
[travis-url]: https://travis-ci.org/sanemat/saddler
[travis-image]: https://travis-ci.org/sanemat/saddler.svg?branch=master
[daviddm-url]: https://david-dm.org/sanemat/saddler.svg?theme=shields.io
[daviddm-image]: https://david-dm.org/sanemat/saddler
[coveralls-url]: https://coveralls.io/r/sanemat/saddler
[coveralls-image]: https://coveralls.io/repos/sanemat/saddler/badge.png