# nsec

[![NPM version](http://img.shields.io/npm/v/nsec.svg?style=flat-square)](https://www.npmjs.com/package/nsec)
[![NPM downloads](http://img.shields.io/npm/dm/nsec.svg?style=flat-square)](https://www.npmjs.com/package/nsec)
[![Build Status](http://img.shields.io/travis/taoyuan/nsec/master.svg?style=flat-square)](https://travis-ci.org/taoyuan/nsec)
[![Coverage Status](https://img.shields.io/coveralls/taoyuan/nsec.svg?style=flat-square)](https://coveralls.io/taoyuan/nsec)

> A security library for nodejs with roles management and access control

__This library is under heavy development. DO NOT USE IT IN PRODUCTION.__

### How to Install

```sh
$ npm install --save nsec
```

### Getting Started

...

### How to Test

Run one, or a combination of the following commands to lint and test your code:

```sh
$ npm run lint          # Lint the source code with ESLint
$ npm test              # Lint and Run unit tests with Mocha
```

### License

MIT © [Yuan Tao](https://github.com/taoyuan)
