Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blurfx/pm
- Owner: blurfx
- Created: 2023-04-19T18:17:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T09:11:07.000Z (7 months ago)
- Last Synced: 2024-07-12T01:50:36.208Z (4 months ago)
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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