0.0.8 • Published 10 years ago

gnpm v0.0.8

Weekly downloads
10
License
CC-BY-3.0
Repository
github
Last release
10 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

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago