0.6.2 • Published 7 months ago

geometr v0.6.2

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Geometr

Warning: This UI library is under initial development, so minor updated may break the application. Every breaking change will be listed on its release notes under the "Breaking Changes ❌" title.

To see the library documentation, please head over to the official documentation or simply run StoryBook locally. Every part of the library is documented there. For general library development documentation, continue reading this README.md file.

Dependencies

To run this project, you will need pnpm. You can install the dependencies by running:

pnpm install

StoryBook

To run StoryBook, run the following command:

pnpm run storybook:dev

Then, open your browser on http://localhost:6006.

Using the Playground

You can visually test your components by using the Playground provided by this project. On a new terminal, cd into playground, run pnpm install --frozen-lockfile and use pnpm run dev to start the Playground. You can learn more about this development aid by reading its README.md file.

Developing with an external project

To develop the library along side another external project, you can add the following entry to the package.json of the external project:

{
   "devDependencies": {
      "geometr": "file:./relative/path/to/this/folder"
   }
}

Install the external project dependencies and use the library as the documentation states.

Bumping the version

To bump the version before publishing, switch to the main branch and run the following command:

pnpm run bump! minor

You can run a patch, minor or major bump, depending on the changes to be released.

0.6.2

7 months ago

0.6.1

7 months ago

0.6.0

7 months ago

0.3.0

11 months ago

0.2.0

11 months ago

0.5.4

10 months ago

0.5.3

10 months ago

0.5.0

10 months ago

0.3.2

10 months ago

0.4.0

10 months ago

0.3.1

11 months ago

0.5.2

10 months ago

0.5.1

10 months ago

0.3.3

10 months ago

0.1.6

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.5

1 year ago

0.0.1

3 years ago