0.0.2 • Published 11 years ago

napp v0.0.2

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

Node APPlication Packager

What's napp ?

Napp is a node module to pack and unpack your node js applications.

Install

Napp is made to work with the command line so you have to install it globally.

sudo npm install -g napp

Pack

Simple usage

napp pack my-application/

Usage options

napp pack <app folder> [<dest file>] [-v] [-s] [-a] [-n]
  <dest file> tar filename where to pack (default = appNam@appVersion--node@nodeVersion.tar.gz)
  -v
  --verbose   be verbose
  -s
  --silent    be silent
  -a
  --app       relative app path in your app where is the package.json file (default = <app folder>)
  -n
  --node      node version where the app will be unpacked (default = your node version)

Simple unpack

Simple usage

napp unpack my-application.tar.gz

Usage options

napp unpack <tar file> [<dest dir>] [-v] [-s]
  <dest dir>  dirname where to unpack the app (default = <app folder> of pack command)
  -v
  --verbose   be verbose
  -s
  --silent    be silent
0.0.2

11 years ago

0.0.1

11 years ago