@tushar6698/react-library2
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

React Library Boilerplate

A typescript to quickly start development for your react sdk or library

Features

  • Boilerplate Essentials (eslint, prettier, husky, lint-staged, etc..)
  • Conventional Commits / Changelog
  • Testing with jest and testing library react
  • Build files using rollup and typescript transpiler
  • Auto versioning and publish using commit-and-tag-version (standard-version fork)
  • Support styling inside a shadow dom

Branching

  • next - developing experimental features and RnD branch
  • beta - developing and testing stage for the next release
  • master - stable version for library

Versioning and Releasing

  • Current Version -> v0.0.1-beta.0

    • Bump Version to v0.0.1

      npm run release
    • Bump Version to v0.0.1-beta.1

      npm run release -- --prelease beta
      npm run release -- --prelease

Package Sidebar

Install

npm i @tushar6698/react-library2

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

222 kB

Total Files

11

Last publish

Collaborators

  • mistycal