nam
v0.0.0
Published
`nam`
Downloads
464
Readme
NODE APPLICATION MANAGER
nam
EXPECTATIONS
npm pack
tarball structure is how you unpack your application- all files are in the
/package
prefix
- all files are in the
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