If you have questions about the library, found a bug or want to suggest a feature, please create an issue.
-
Clone the repository
git clone https://github.com/remoteoss/remote-json-schema-form-kit.git
-
Install dependencies.
npm install
This project requires Node.js LTS v18.14.0.
Submit your branch pointing to main.
- Run
npm run buildto upload thedist, is required to be able to install packages like"@remoteoss/remote-json-schema-form-kit": "github:remoteoss/remote-json-schema-form-kit#update-types-kit#0.0.1" - Update the version in the
package.jsonfile andpackage-lock.jsonfile.
# in remote-json-schema-form-kit repo:
$ npm link
# cd to your project
$ npm link @remoteoss/json-schema-form
# Run npm unlink --no-save @remoteoss/json-schema-form to remove the local symlinkA PR needs to have a change in the package.version property, remember to follow semver
By default, prefer to "Squash and Merge" giving it a message that follows the Conventional Commits.
- <type>[optional scope]: <description>
- feat(parser): add ability to parse arrays- Generate a git tag
git tag v0.0.3 - Push the tag to the remote
git push origin --tags - Update the changelog