A component library for Parking Boss applications.
- Clone the repo.
- Run
npm install
- Make changes
- Commit the changes
- To release, execute
npm version (major|minor|patch)
We use SemVer.- Major: Breaking Changes
- Minor: Api Changes
- Patch: Bug fixes
To keep things simple we're keeping a totally flat src folder.
Just make the change.
- Add the file
- Make sure to export it in
index.js
- Delete the file
- remove the export from
index.js
- Rename the file
- Update the export in
index.js
- CLI:
npm install @parkingboss/components
- In code:
import { Component1, Component2 } from '@parkingboss/components'