@clebert/app-kit
v1.9.1
Published
This package contains shared components for my web apps.
Downloads
38
Readme
app-kit
This package contains shared components for my web apps:
Please do not use this package. The API is neither stable nor documented.
Installation
Using yarn
:
yarn add @clebert/app-kit
Using npm
:
npm install @clebert/app-kit --save
Development
Publish A New Release
yarn release patch
yarn release minor
yarn release major
After a new release has been created by pushing the tag, it must be published via the GitHub UI. This triggers the final publication to npm.
Copyright (c) 2020, Clemens Akens. Released under the terms of the MIT License.