node-pm [![Build Status](https://travis-ci.org/sazze/node-pm.png?branch=master/master)](https://travis-ci.org/sazze/node-pm) [![NPM version](https://badge.fury.io/js/node-pm.png)](http://badge.fury.io/js/node-pm)
====================

Run your nodejs service in style (think php-fpm for nodejs)


Installation
====================

### Install node-pm

``` bash
    npm install -g node-pm
```

Usage
====================

### Run application

``` bash
    node-pm app.js
```

### List node-pm options

``` bash
    node-pm
```

Run Tests
====================

``` bash
    npm test
```

Generate Docs
====================

### Install jsdoc

``` bash
    npm install -g jsdoc
```

### Generate Docs

``` bash
    npm run-script docs
```

====================

#### Contributors:
    [Craig Thayer](https://github.com/sazze)
    [Kevin Smithson](https://github.com/sazze)

#### License: MIT

See LICENSE for the full license text.
