0.0.8 • Published 9 years ago

gnpm v0.0.8

Weekly downloads
10
License
CC-BY-3.0
Repository
github
Last release
9 years ago

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
0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago