2016-03-22 23:12:17 +00:00
|
|
|
# smartci
|
|
|
|
store things about your environment and let them travel across modules.
|
2015-12-01 05:03:33 +00:00
|
|
|
|
|
|
|
## Status
|
2016-03-22 23:12:17 +00:00
|
|
|
[![Build Status](https://travis-ci.org/pushrocks/smartci.svg?branch=release)](https://travis-ci.org/pushrocks/smartci)
|
|
|
|
[![Dependency Status](https://david-dm.org/pushrocks/smartci.svg)](https://david-dm.org/pushrocks/smartci)
|
|
|
|
[![bitHound Dependencies](https://www.bithound.io/github/pushrocks/smartci/badges/dependencies.svg)](https://www.bithound.io/github/pushrocks/smartci/master/dependencies/npm)
|
|
|
|
[![bitHound Overalll Score](https://www.bithound.io/github/pushrocks/smartci/badges/score.svg)](https://www.bithound.io/github/pushrocks/smartci)
|
2015-12-01 05:03:33 +00:00
|
|
|
|
|
|
|
## Install
|
|
|
|
Install the package through npm
|
|
|
|
|
|
|
|
```
|
2016-03-22 23:12:17 +00:00
|
|
|
npm install smartci
|
2015-12-01 05:03:33 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```javascript
|
|
|
|
|
|
|
|
```
|