Skip to content

Commit

Permalink
Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfv committed Mar 20, 2024
1 parent 3d6b3eb commit ab31883
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@ nicfv's public NPM packages in one repository
## Developer Notes
- Each package must have `test` and `docs` scripts
- Each package must contain `README.md` and `CHANGELOG.md`
- Package descriptions containing ":" will be changed to ";"
- Package descriptions containing ":" will be changed to ";"
- To test package in examples before deployment, follow the steps in [pack](#pack)

## Pack
```shell
cd $package
npm i
npm pack --pack-destination examples/
```

0 comments on commit ab31883

Please sign in to comment.