@stubber/form-fields
v2.2.2
Published
An automatic form builder based on field specifications
Readme
stubber-form-fields-pkg
How to use
git clone [email protected]:stubber/stubber-public-form-fields-pkg.git form-fields-pkg
cd form-fields-pkg
cp .env_staging .env
pnpm install
pnpm run devPublishing
We use semantic-release to automate the versioning and package publishing process. To publish a new version of the package, follow these steps:
Simply make a commit with a message that follows the Conventional Commits specification, and push it to the master branch. The commit message should include a type (feat, fix, chore, etc.) and an optional scope.
For example:
# will create a new major release.
breaking: change button color to red
feat!: add new button component
# will create a new minor release.
feat: add new button component
# will create a new patch release.
fix: fix button colorSee default ruleset here
Quick Testing
A preview of all fields and some edge cases are available to test on the sveltekit app.
On staging, it's hosted at https://form-fields-pkg.staging.stubber.zone
