mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 01:54:53 -04:00
Update readme
This commit is contained in:
@@ -50,17 +50,17 @@ pnpm install @mycompany/foo
|
||||
|
||||
- [ ] `pnpm install`
|
||||
- [x] npm packages
|
||||
- [ ] GitHub-hosted packages (`npm i rstacruz/scourjs`)
|
||||
- [x] install from packages (`npm i`)
|
||||
- [x] @scoped packages (`npm i @rstacruz/tap-spec`)
|
||||
- [x] tarball release packages (`npm i http://foo.com/tar.tgz`)
|
||||
- [x] compiled packages (`npm i node-sass`)
|
||||
- [x] bundled dependencies (`npm i fsevents@1.0.6`)
|
||||
- [ ] git-hosted packages (`npm i rstacruz/scourjs`)
|
||||
- [ ] optional dependencies (`npm i escodegen@1.8.0` wants `source-map@~0.2.0`)
|
||||
- [ ] install from packages
|
||||
- [ ] file packages (`npm i file:../path`)
|
||||
- [x] bin executables
|
||||
- [ ] `--global` installs
|
||||
- [ ] `--save` et al
|
||||
- [x] `--save` (et al)
|
||||
- [ ] `pnpm uninstall`
|
||||
- [x] `pnpm ls`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user