Metadata-Version: 1.1
Name: mete0r.recipe.nodejs
Version: 0.0.0
Summary: a buildout recipe to install node.js
Home-page: https://github.com/mete0r/mete0r.recipe.nodejs
Author: mete0r
Author-email: mete0r@sarangbang.or.kr
License: GNU Affero General Public License v3 or later (AGPLv3+)
Description: mete0r.recipe.nodejs
        ====================
        
        a `zc.buildout`_ recipe to install `node.js`_
        
        .. _zc.buildout: https://pypi.python.org/pypi/zc.buildout
        .. _node.js: https://nodejs.org
        
        
        Quickstart
        ----------
        
        In your buildout.cfg::
        
           [buildout]
           parts =
              nodejs
        
           [nodejs]
           recipe = mete0r.recipe.nodejs
           version = v6.9.1
        
        
        ``node``, ``npm`` will be installed in ``${buildout:bin-directory}``.
        
        
        Limitation
        ----------
        
        Currently supports ``Linux`` and ``Darwin`` only. (``platform.system()``)
        
        
        Development environment
        -----------------------
        
        To setup development environment::
        
           python setup.py virtualenv
           make
           bin/buildout
        
        Changes
        =======
        
        0.0.0 (2016-11-18)
        ------------------
        
        - Initial release.
        
Keywords: buildout,nodejs
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 2.7
