node-pm

0.11.9 • Public • Published

node-pm Build Status NPM version Code Climate

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

Version Matrix:

node version node-pm version
6.9.x >= 0.11.6
4.2.x >= 0.11.6
0.12.x 0.11.0 - 0.11.5
0.10.x 0.11.0 - 0.11.5
0.8.x <= 0.10.6
  • node versions below 4.2.0 are no longer supported as of version 0.11.6 of node-pm

Installation

Install node-pm

    npm install -g node-pm

Usage

Run application

    node-pm app.js

List node-pm options

    node-pm

Run Tests

    npm test

Generate Docs

Install jsdoc

    npm install -g jsdoc

Generate Docs

    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.

/node-pm/

    Package Sidebar

    Install

    npm i node-pm

    Weekly Downloads

    9

    Version

    0.11.9

    License

    MIT

    Last publish

    Collaborators

    • ksmithson
    • cthayer