New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

neco

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neco

Nodejs Ecosystem COordinator, like virtualenv for python

  • 0.0.3-alpha
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

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##

npm install neco (note: neco needs latest version of nodejs, right now it's 0.3.4)

##Roadmap##

Becuase neco heavily depends on the new os module from nodejs 0.3.x, which is an unstalbe branch.

So, neco will always be alpha or beta, until nodejs 0.4.x series was been released.

neco will release a new version after a week of a new nodejs 0.3.x release.

##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

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

Keywords

FAQs

Package last updated on 15 Jan 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc