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.
Build from source:
go build
move the binary to somewhere in your PATH
.
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