Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blurfx/pm

universal javascript package manager wrapper
https://github.com/blurfx/pm

Last synced: 3 months ago
JSON representation

universal javascript package manager wrapper

Awesome Lists containing this project

README

        

# 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:

```sh
go build
```

move the binary to somewhere in your `PATH`.

## Usage

install dependencies:
```sh
pm install
# or
pm i
# or
pm add
```

install all dependencies:
```sh
pm install
# or
pm i
```

clean install:
```sh
pm ci
# or
pm install --frozen-lockfile
```

... and more