sazze/node-pm

View on GitHub
docs/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="utf-8">
    <title>node-pm Index</title>

    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">

    
    <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
    
</head>

<body>
<div class="container-fluid">
    <div class="navbar navbar-fixed-top navbar-inverse">
        <div class="navbar-inner">
            <a class="brand" href="index.html">node-pm</a>
            <ul class="nav">
                
                <li class="dropdown">
                    <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b
                        class="caret"></b></a>

                    <ul class="dropdown-menu ">
                        
                        <li>
                            <a href="module-clusterEvents.html">clusterEvents</a>
                        </li>
                        
                        <li>
                            <a href="module-Logger.html">Logger</a>
                        </li>
                        
                        <li>
                            <a href="module-main.html">main</a>
                        </li>
                        
                        <li>
                            <a href="module-master.html">master</a>
                        </li>
                        
                        <li>
                            <a href="module-processEvents.html">processEvents</a>
                        </li>
                        

                    </ul>
                </li>
                
                <li class="dropdown">
                    <a href="events.list.html" class="dropdown-toggle" data-toggle="dropdown">Events<b
                        class="caret"></b></a>

                    <ul class="dropdown-menu ">
                        
                        <li>
                            <a href="module-master.html#event:shutdown">shutdown</a>
                        </li>
                        

                    </ul>
                </li>
                
            </ul>
        </div>
    </div>

    <div class="row-fluid">

        
        <div class="span8">
            
                <div id="main">
                    


    
    <span class="page-title">Index</span>
    
    












    
    





    <section>
        <article><h1>node-pm <a href="https://travis-ci.org/sazze/node-pm"><img src="https://travis-ci.org/sazze/node-pm.png?branch=master/master" alt="Build Status"></a> <a href="http://badge.fury.io/js/node-pm"><img src="https://badge.fury.io/js/node-pm.png" alt="NPM version"></a></h1><p>Run your nodejs service in style (think php-fpm for nodejs)</p>
<h1>Installation</h1><h3>Install node-pm</h3><pre class="prettyprint source lang-bash"><code>    npm install -g node-pm</code></pre><h1>Usage</h1><h3>Run application</h3><pre class="prettyprint source lang-bash"><code>    node-pm app.js</code></pre><h3>List node-pm options</h3><pre class="prettyprint source lang-bash"><code>    node-pm</code></pre><h1>Run Tests</h1><pre class="prettyprint source lang-bash"><code>    npm test</code></pre><h1>Generate Docs</h1><h3>Install jsdoc</h3><pre class="prettyprint source lang-bash"><code>    npm install -g jsdoc</code></pre><h3>Generate Docs</h3><pre class="prettyprint source lang-bash"><code>    npm run-script docs</code></pre><p>====================</p>
<h4>Contributors:</h4><pre class="prettyprint source"><code>[Craig Thayer](https://github.com/sazze)
[Kevin Smithson](https://github.com/sazze)</code></pre><h4>License: MIT</h4><p>See LICENSE for the full license text.</p></article>
    </section>







                </div>

                <div class="clearfix"></div>
                <footer>
                    
                    
        <span class="copyright">
        Sazze, Inc Copyright © 2012-2013
        </span>
                    <br />
                    
        <span class="jsdoc-message">
        Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a>
        on Thu Sep 11 2014 11:45:56 GMT-0700 (PDT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
        </span>
                </footer>
            </div>

            
            <div class="span3">
                <div id="toc"></div>
            </div>
            
            <br clear="both">
        </div>

    </div>
    <script src="scripts/sunlight.js"></script>
    <script src="scripts/sunlight.javascript.js"></script>
    <script src="scripts/sunlight-plugin.doclinks.js"></script>
    <script src="scripts/sunlight-plugin.linenumbers.js"></script>
    <script src="scripts/sunlight-plugin.menu.js"></script>
    <script src="scripts/jquery.min.js"></script>
    <script src="scripts/jquery.scrollTo.js"></script>
    <script src="scripts/jquery.localScroll.js"></script>
    <script src="scripts/bootstrap-dropdown.js"></script>
    <script src="scripts/toc.js"></script>


    <script>  Sunlight.highlightAll({lineNumbers:true,  showMenu: true, enableDoclinks :true}); </script>

    <script>
        $( function () {
            $( "#toc" ).toc( {
                selectors   : "h1,h2,h3,h4",
                showAndHide : false,
                scrollTo    : 60
            } );
            $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
            $( "#main span[id^='toc']" ).addClass( "toc-shim" );

        } );
    </script>

    

</body>
</html>