Add npm run create-package to scripts in README

This commit is contained in:
Jonathan Clem 2019-04-22 11:56:24 -04:00
parent d3cfce8cf0
commit 2458937442
No known key found for this signature in database
GPG Key ID: 48C5B22E9FD6E80F

View File

@ -21,6 +21,7 @@ This repository uses [Lerna](https://github.com/lerna/lerna#readme) to manage mu
```console
$ npm test -- packages/toolkit
```
- `npm run create-package [name]` This runs a script that automates a couple of parts of creating a new package.
### Creating a Package