0.3.0 • Published 4 months ago

@itacademy/schemas v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

ITA Wiki Schemas

Package to share Zod schemas between back and front in the open source project ITA Wiki from ITAcademy - Barcelona Activa.

This packages follows strict SEMVER

This packages follows strict semver: https://semver.org/

Steps to add a new schema

  1. Go to packages/schemas
  2. Add new schema on a separate file, or fix an existing schema.
  3. Export it from from the index.ts if it is not exported yet.
  4. Run npm version patch, minor, or major according to SEMVER and your changes.
  5. Create a PR.
  6. When merged it will be published on npm.
  7. Go back to your project (front or back).
  8. update @itacademy/schemas package to the version you created.
  9. Use the new schemas.

Steps to use in development

  1. While developing you can use relative imports to your schemas.
0.3.0

4 months ago

0.2.1

6 months ago

0.2.0

10 months ago

0.2.2

6 months ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago