Update readme

This commit is contained in:
Rico Sta. Cruz
2016-02-01 03:33:43 +08:00
parent 2f3381432a
commit 339aeb74ec

View File

@@ -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`