Skip to content

nodenica/gnpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnpm

Global Node Package Manager

Install

Install gnpm with global flag.

$ npm install gnpm -g

Create account

Create an account with username, email and password.

$ gnpm new

prompt: username:
prompt: email:
prompt: password:

Authenticate

Authenticate to add modules, to you're white list.

$ gnpm login

prompt: email:
prompt: password:

Add module

Add a module to white list. Only add global modules, not local modules. For Example: grunt-cli.

Add one module per command. Don't use:

$ gnpm add strongloop, grunc-cli

Correct commands:

$ gnpm add strongloop
$ gnpm add grunt-cli

Install global modules

This command install all white list modules.

$ gnpm install

About

Global Node Package Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published