0.6.4 • Published 4 years ago

@parkingboss/components v0.6.4

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Parking Boss Component Library

A component library for Parking Boss applications.

Getting Started Developing

  • 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.

Modifying existing components

Just make the change.

Adding a new component

  • Add the file
  • Make sure to export it in index.js

Deleting a component

  • Delete the file
  • remove the export from index.js

Renaming a component

  • Rename the file
  • Update the export in index.js

Consuming this library

  • CLI: npm install @parkingboss/components
  • In code: import { Component1, Component2 } from '@parkingboss/components'
0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.1

4 years ago