Metadata-Version: 2.0
Name: yt.formula.node
Version: 0.0.4
Summary: A sprinter formula installing node.js
Home-page: http://github.com/toumorokoshi/yt.formula.node
Author: Yusuke Tsutsumi
Author-email: yusuke@yusuketsutsumi.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Software Distribution
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Requires-Dist: sprinter (>=1.1.1)

===============
yt.formula.node
===============

.. image:: https://travis-ci.org/toumorokoshi/yt.formula.node.png
   :alt: build status
   :target: https://travis-ci.org/toumorokoshi/yt.formula.node

yt.formula.node is a `sprinter <http://github.com/toumorokoshi/sprinter>`_ formula for installing node.js executables and npm packages

Example usage
-------------


.. code::

    [node]
    formula = yt.formula.node:git+https://github.com/toumorokoshi/yt.formula.node.git
    version = 0.10.16
    packages =
      grunt-cli



Options
-------

* version: the version of node you want to install (in the format of X.X.X)
* packages: the npm packages you want to install

All intalled executables are automatically symlinked to your path.


