New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@parkingboss/components

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parkingboss/components

A component library for Parking Boss applications.

latest
npmnpm
Version
0.6.4
Version published
Weekly downloads
2
-50%
Maintainers
3
Weekly downloads
 
Created
Source

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'

Keywords

svelte

FAQs

Package last updated on 24 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts