1.0.0 • Published 1 year ago
home-book-shared v1.0.0
home-book-shared
Table of Contents
Installation
Recommend you to use this version latest Node.
- Node_Modules
npm install or npm i
- Commit lint required global for commit
npm install -g @commitlint/cli @commitlint/config-conventional
Build
npm run build-library
Start
npm run start
After run local environment you can use some component in sample/index.tsx.
Publish
Publish requires authorize users before publish.
Before publish you need to bump up version in package.json.
npm publish
Instruction
Before commit are call actions:
- branch name lint
- stylelint
- eslint ts
- eslint tsx
- prettier
- commit syntax
If you need skip linters, after the commit message you have to put command:
git commit -m "<message>" --no-verify
1.0.0
1 year ago