Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhz-io/synaptic
(OBSOLETE)synaptic
https://github.com/nhz-io/synaptic
Last synced: 3 days ago
JSON representation
(OBSOLETE)synaptic
- Host: GitHub
- URL: https://github.com/nhz-io/synaptic
- Owner: nhz-io
- License: mit
- Created: 2015-08-12T22:04:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T22:40:41.000Z (over 9 years ago)
- Last Synced: 2024-05-02T02:19:36.811Z (8 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# module
## Module [![Build Status][travis-image]][travis-url]
[![NPM][npm-image]][npm-url]## Install
```
npm install --save module
```## Browser
* [module.js][dist-browser-js-url]
* [module.min.js][min-dist-browser-js-url]
* [module.pack.min.js][pack-min-dist-browser-js-url]## Usage
```coffeescript
module = require 'module'
```## Build
```
git clone https://github.com/nhz-io/module.git
cd module
npm install
gulp
```## Benchmark
### [JSPERF][jsperf-url]LICENSE
-------
#### [MIT](LICENSE)VERSION
-------
#### 0.0.1
* Initial commit[travis-image]: https://travis-ci.org/nhz-io/module.svg
[travis-url]: https://travis-ci.org/nhz-io/module[npm-image]: https://nodei.co/npm/module
[npm-url]: https://nodei.co/npm/module[jsperf-url]: http://jsperf.com/module
[dist-browser-js-url]: https://github.com/nhz-io/module.js
[min-dist-browser-js-url]: https://github.com/nhz-io/module.min.js
[pack-min-dist-browser-js-url]: https://github.com/nhz-io/module.pack.min.js