Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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