Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nhz-io/cnl

(OBSOLETE)CNL
https://github.com/nhz-io/cnl

Last synced: 3 days ago
JSON representation

(OBSOLETE)CNL

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