resume-schema-zod
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -5,3 +5,3 @@ { | ||
"description": "Zod Schema for JSON Resume", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"generate": "json-schema-to-zod -s schema.json -t index.ts -n Resume", | ||
"generate": "npx json-schema-to-zod -s schema.json -t lib/schema.ts", | ||
"clean": "rimraf dist", | ||
@@ -35,3 +35,2 @@ "build": "yarn clean && yarn generate && tsc", | ||
"devDependencies": { | ||
"json-schema-to-zod": "^0.6.2", | ||
"rimraf": "^4.1.2", | ||
@@ -38,0 +37,0 @@ "rome": "^11.0.0", |
@@ -1,1 +0,50 @@ | ||
# resume-schema-zod | ||
<h1 align="center">Zod Schema for JSON Resume</h1> | ||
<p> | ||
<img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" /> | ||
<a href="#" target="_blank"> | ||
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /> | ||
</a> | ||
</p> | ||
[**Zod**](https://github.com/colinhacks/zod) schema for [**JSON Resume**](https://jsonresume.org/). This schema is used to parse and type JSON resume data prior to using it. | ||
--- | ||
> ⚠️ Project still under development. Advised to install only for development until version 1.0.0 is released. | ||
--- | ||
## Install | ||
```sh | ||
# Yarn | ||
yarn add resume-schema-zod | ||
# NPM | ||
npm install --save resume-schema-zod | ||
``` | ||
## Run tests | ||
```sh | ||
yarn test | ||
``` | ||
## Author | ||
👤 **Niko Heikkilä** | ||
* Website: <https://nikoheikkila.fi> | ||
* Github: [@nikoheikkila](https://github.com/nikoheikkila) | ||
* LinkedIn: [@nikoheikkila](https://linkedin.com/in/nikoheikkila) | ||
## 🤝 Contributing | ||
Contributions, issues and feature requests are welcome! Feel free to check [issues page](https://github.com/nikoheikkila/resume-schema-zod/issues). | ||
## Show your support | ||
Give a ⭐️ if this project helped you! | ||
*** | ||
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33559
6
6
926
51
1