Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhz-io/cnl
(OBSOLETE)CNL
https://github.com/nhz-io/cnl
Last synced: 3 days ago
JSON representation
(OBSOLETE)CNL
- Host: GitHub
- URL: https://github.com/nhz-io/cnl
- Owner: nhz-io
- License: mit
- Created: 2015-06-12T14:37:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T22:53:29.000Z (over 9 years ago)
- Last Synced: 2024-12-19T02:14:24.694Z (6 days ago)
- Language: JavaScript
- Homepage: http://nhz-io.github.io/cnl
- Size: 992 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# cnl
## Component Library [![Build Status][travis-image]][travis-url]
[![NPM][npm-image]][npm-url]## API Docs: [nhz-io.github.io/cnl][gh-pages]
## Install
```
npm install --save cnl
```## Browser
* [cnl.js][dist-browser-js-url]
* [cnl.min.js][min-dist-browser-js-url]
* [cnl.pack.min.js][pack-min-dist-browser-js-url]## Usage
```coffeescript
cnl = require 'cnl'
```## Build
```
git clone https://github.com/nhz-io/cnl.git
cd cnl
npm install
gulp
```## Benchmark
### [JSPERF][jsperf-url]## LICENSE
### [MIT](LICENSE)
## VERSION
### 0.0.26[travis-image]: https://travis-ci.org/nhz-io/cnl.svg
[travis-url]: https://travis-ci.org/nhz-io/cnl[npm-image]: https://nodei.co/npm/cnl.png
[npm-url]: https://nodei.co/npm/cnl[jsperf-url]: http://jsperf.com/cnl
[dist-browser-js-url]: cnl.js
[min-dist-browser-js-url]: cnl.min.js
[pack-min-dist-browser-js-url]: cnl.pack.min.js
[gh-pages]: https://nhz-io.github.io/cnl