Awesome
svelte-maplibre-components
This repository to manage packages of svelte maplibre components for water application.
Packages
The following packages are managed in this monorepo.
Documentation
Please visit the documentation on svelte-maplibre.water-gis.com.
Install
If you have not used pnpm before, please install it first.
npm i -g pnpm
pnpm install
When you clone it from Github first time, please install lefthook by the following command.
pnpm lefthook install
Development
pnpm lint
pnpm format
pnpm build
Release packages
Releasing packages is handled by changeset. Please create changeset log for every your work.
pnpm changeset
Once, the PR is merged into main with changeset log created, the package will be released by Github Actions with changeset automatically.