siddharthkp / auto-install

Install dependencies as you code ⚡️
MIT License
1.2k stars 71 forks source link

Autodetect package manager and support pnpm #107

Closed zkochan closed 4 years ago

zkochan commented 4 years ago

which-pm may be used to detect what package manager used in the project.

pnpm can be called the same way npm is called. pnpm add foo/pnpm add --save-dev foo.

siddharthkp commented 4 years ago

That would be cool, PR welcome :)

ceafive commented 4 years ago

Request added in PR #112