Svelte forms lib is a lightweight library for managing forms in Svelte, with an Formik like API.
npm install @tastyworks/svelte-forms-lib
Until your PR is merged to main, you can use npm to link your current project to this repository
# in the root directory of the target project
npm link <path to svelte-forms-lib>
# example if repository is located in a sibling folder
npm link ../svelte-forms-lib
This project uses semantic-release
and automatically releases new packages
when a commit is made onto main. After your PR has been merged, check back after CI has completed for the version/package.
Visit the documentation website to learn about the API and see examples.
This project uses semantic-release
for versioning, which requires commit messages to adhere to a specific format.
The easiest way to write commit messages which adhere to the format is to use our npm script:
npm run commit