@reactizer/boil-lib
TypeScript icon, indicating that this package has built-in type declarations

0.30.1 • Public • Published

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

Then 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:

  • dev for non-production things like CI or tests
  • types for adjusting .js.flow files or type signatures
  • src for library changes, features, patches...

Examples:

  • docs(dev): document commits
  • feat(src): add new hook
  • chore(types): new spread syntax

Release

  • yarn release
  • yarn publish

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @reactizer/boil-lib

Weekly Downloads

1

Version

0.30.1

License

MIT

Unpacked Size

8.33 kB

Total Files

16

Last publish

Collaborators

  • oreqizer