niwspm
v1.0.0
Published
NPM Installer Without SYMLINK
Readme
NIWS
NPM Installer Without SYMLINK
NIWS is a small Node.js package manager CLI using the command pack.
Commands
pack install <package>
pack uninstall <package>
pack update
pack search <query>NIWS installs packages as regular files/directories and does not create symlinks for installed packages.
Development
npm install
node index.js --help
npm test