Skip to content
/ pm Public

universal javascript package manager wrapper

Notifications You must be signed in to change notification settings

blurfx/pm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pm

pm is a unified package manager for javascript. it provides a seamless cli for users, regardless of which package manager your project uses.

it's still a work in progress, but you can try it out.

Installation

Build from source:

go build

move the binary to somewhere in your PATH.

Usage

install dependencies:

pm install <packages> 
# or 
pm i <packages>
# or 
pm add <packages>

install all dependencies:

pm install
# or
pm i

clean install:

pm ci
# or 
pm install --frozen-lockfile

... and more

About

universal javascript package manager wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages