Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhz-io/module-boilerplate
(OBSOLETE)Coffeescript NPM Module Boilerplate with GULP Build
https://github.com/nhz-io/module-boilerplate
Last synced: 4 days ago
JSON representation
(OBSOLETE)Coffeescript NPM Module Boilerplate with GULP Build
- Host: GitHub
- URL: https://github.com/nhz-io/module-boilerplate
- Owner: nhz-io
- License: mit
- Created: 2016-01-28T17:56:04.000Z (almost 9 years ago)
- Default Branch: boilerplate
- Last Pushed: 2016-01-28T16:45:31.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T02:19:30.395Z (8 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 4.88 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/NHZio/module.svg
[travis-url]: https://travis-ci.org/NHZio/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