0.0.0 • Published 11 years ago

nam v0.0.0

Weekly downloads
230
License
-
Repository
github
Last release
11 years ago

NODE APPLICATION MANAGER

nam

EXPECTATIONS

  1. npm pack tarball structure is how you unpack your application

    1. all files are in the /package prefix

CONFIG

Matches npm's config via CLI, env, user config, and global config. replace instances of npm with nam

nam 

INTEGRATIONS

All of name is done via integrations. It will never try to load them unless specified.

# checkout a new "empty" application
nam -i checkout -- checkout --empty
# run a command against your application
nam run -- npm start

Usage

nam checkout