Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 556 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 556 Bytes

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