0.30.1 • Published 6 years ago
@reactizer/boil-lib v0.30.1
@reactizer/boil-lib
The best React library boilerplate!
Setup
yarn init # fill in yo project info
yarn add @reactizer/cli @reactizer/boil-lib -D
yarn reactizer init --app lib
yarnThen adjust your README.md, and add the following to package.json:
{
"files": [
"lib",
"index.d.ts",
"README.md"
]
}For updating, run yarn reactizer update --app lib and revert any undesired changes.
Commits
Follow @commitlint/conventional with a mandatory scope of:
devfor non-production things like CI or teststypesfor adjusting.js.flowfiles or type signaturessrcfor library changes, features, patches...
Examples:
docs(dev): document commitsfeat(src): add new hookchore(types): new spread syntax
Release
yarn releaseyarn publish
License
MIT