0.0.1 • Published 9 months ago

@tushar6698/react-library2 v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

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
0.0.1

9 months ago

0.0.1-beta.0

10 months ago

0.0.0-beta.0

10 months ago