feat(doc): add path arg to cmds section

master
Ashley Williams 7 years ago
parent 5dc7b12a52
commit 460b84138e
  1. 2
      README.md

@ -29,6 +29,8 @@ this project is written in rust. [get rust] to work on this project.
- `help`: display available commands
- 🐣 `init`: create necessary files for js interop and npm publishing
- optionally pass a path to a dir that contains a `Cargo.toml`, e.g.:
`wasm-pack init examples/js-hello-world`
- 🍱 `pack`: create a tarball but don't push to the npm registry [NOT IMPLEMENTED]
- 🎆 `publish`: create a tarball and publish to the npm registry [NOT IMPLEMENTED]

Loading…
Cancel
Save