@gocasebr/go-shared
v0.218.0
Published
## Use Components
Readme
go-shared
Use Components
yarn add @gocasebr/go-shared
or
npm install @gocasebr/go-sharedImport
import {
PreviewComponent,
TermsComponent,
ModalComponent,
} from "@gocasebr/go-shared";Project setup
yarn installCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildRun your unit tests
yarn test:unitRun your end-to-end tests
yarn test:e2eLints and fixes files
yarn lintContributing
Releases are fully automated. You don't need to bump the package version — the CI does it for you.
Workflow for a change:
- Branch off
master(e.g.git checkout -b feat/my-feature master). - Implement the change locally.
- Commit and push, then open a Pull Request targeting
master. - After review and approval, merge into
master. - The CI automatically:
- Syncs
package.jsonversion with the latest published version on npm. - Bumps the minor version (e.g.
0.135.0→0.136.0). - Builds the package and publishes it to npm.
- Syncs
