Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.49 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.49 KB

How to use this repo

-- Your component/lib name here --

-- Badges here --

code style: prettier Build Status Commitizen friendly Coverage Status semantic-release License: MIT

-- Project description here --

This repo is a starting point for creating react components and library

-- Available scripts here --

  • npm run commit: Commit conventionally
  • npm run build: - Build the component/lib.
  • npm run build:watch - Watch for changes and build.
  • npm run test - Run tests.
  • npm run test:watch - Watch for changes and test.
  • npm run prettify - Run prettier.
  • npm run lint - Run eslint.
  • npm run lint:fix - Fix eslint errors.

-- Features here --