Skip to content

Monorepo for all packages that depend on the @promaster-sdk/property package

License

Notifications You must be signed in to change notification settings

promaster-sdk/property

Repository files navigation

@promaster-sdk/property

build Coverage Status code style: prettier types MIT license

NOTE: The code is provided as-is without support. Support is available by separate agreement with Divid Promaster.

This is a monorepo managed using lerna.

The core package of this repo is @promaster-sdk/property and the other packages are dependent on this package.

For more information see the readme for each package:

Package Version README CHANGELOG
@promaster-sdk/property npm version README CHANGELOG
@promaster-sdk/property-filter-pretty npm version README CHANGELOG
@promaster-sdk/react-property-selectors npm version README CHANGELOG
@promaster-sdk/variant-listing npm version README CHANGELOG
⚠️ Deprecated @promaster-sdk/react-properties-selector npm version README CHANGELOG

How to develop

For development of the react components, use yarn storybook to start storybook in development mode.

For the other packages, use yarn test:packagename to test them, or run yarn test to test all packages.

How to contribute

Start with an issue to dicsuss. If discussions leads to code changed then create a PR. Make sure you prefix either one commit your PR title with a conventional commit prefix so that the version bump and chnagelong can be automatically generated from the PR's squashed commit. In case you have a single commit in the PR it seems it has to have the prefix in the commit message as the PR title will not be used.

How to publish

The packages are published under the @promaster-sdk orgnization on npmjs.org. To publish run this command:

yarn publish-npm

It will build the packages and call lerna publish which will figure out which packages has changed, ask for new versions of them, and then publish them.

About

Monorepo for all packages that depend on the @promaster-sdk/property package

Resources

License

Stars

Watchers

Forks

Packages

No packages published