0.0.6 • Published 13 years ago

neco v0.0.6

Weekly downloads
10
License
-
Repository
github
Last release
13 years ago

neco

Nodejs Ecosyste COordinator, just like vitualenv for python.

###What is a nodejs ecosystem?###

An nodejs ecosystem = nodejs (+ npm (+ modules (+ Your applications))).

##System command dependency###

  • wget: For download nodejs archive

  • tar: For decompress nodejs archive

  • make: For building nodejs

  • sed: For building nodejs

  • install: For building nodejs

##Install##

Through node package mamanger

    npm install neco

##Usage:##

neco <command>

Currently where <command> should be one of the below commands:

create      -  create a new node ecosystem
    Usage:  neco create <id> [node-version]

remove      -  remove an existing ecosystem
    Usage:  neco remove <id>

list        -  list all installed node ecosystems
    Usage:  neco list

updaet      - update local dist file to latest
    Usage:  neco update

find        -  find out the available node release(s)
    Usage:  neco find [stable, latest, <version>]

activate    -  show how to activate an existing node ecosystem
    Usage:  neco activate <id>

deactivate  -  show how to deactivate an active node ecosystem
    Usage:  neco deactivate <id>

howto       -  show usage information
    Usage:  neco howto

Git repository: http://github.com/kuno/neco

0.0.6

13 years ago

0.0.5-2

13 years ago

0.0.5

13 years ago

0.0.5pre

13 years ago

0.0.4-1

13 years ago

0.0.4

13 years ago

0.0.3-alpha1

13 years ago

0.0.3-alpha

13 years ago

0.0.2-alpha

13 years ago

0.0.1-alpha3

13 years ago

0.0.1-alpha2

13 years ago

0.0.1-alpha1

13 years ago