npm.io
3.0.0-7-SNAPSHOT • Published 4 months ago

@anoki/marche-ui

Licence
ISC
Version
3.0.0-7-SNAPSHOT
Deps
17
Size
8.2 MB
Vulns
2
Weekly
0

This is the UI Library for the [AST Marche]

Use npm to install the dependencies [Not yarn]

npm install

Run storybook

npm run sb

Use npm release to build the library and publish the package to npm:

npm run release

Use npm bump-patch to increments the patch version (the last number in the version, e.g., from 0.1.96 to 0.1.97), push the changes, build the package and publish it to npm:

npm run bump-patch

Use npm bump-minor to increments the minor version (the second number in the version, e.g., from 0.1.96 to 0.2.0), push the changes, build the package and publish it to npm.

npm run bump-minor

Use npm bump-major to increments the major version (the first number in the version, e.g., from 0.1.96 to 1.0.0), push the changes, build the package and publish it to npm:

npm run bump-major

The structure of the library is as follows: src/ ├── components/ # Reusable components ├── styles/ # Global styles