https://github.com/kurone-kito/jsonresume-types
📦 TypeScript type definition for JSON Resume; since 2019.10
https://github.com/kurone-kito/jsonresume-types
json-resume jsonresume typescript typescript-definitions
Last synced: 12 months ago
JSON representation
📦 TypeScript type definition for JSON Resume; since 2019.10
- Host: GitHub
- URL: https://github.com/kurone-kito/jsonresume-types
- Owner: kurone-kito
- License: mit
- Created: 2019-10-02T22:38:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T10:35:43.000Z (over 1 year ago)
- Last Synced: 2025-03-12T18:05:36.421Z (over 1 year ago)
- Topics: json-resume, jsonresume, typescript, typescript-definitions
- Language: Shell
- Homepage: https://cdn.jsdelivr.net/npm/@kurone-kito/jsonresume-types@0.1.2/index.d.ts
- Size: 358 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.ja.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.ja.md
Awesome Lists containing this project
README
# 📦 `@kurone-kito/jsonresume-types`
TypeScript type definition for [JSON Resume](http://jsonresume.org)
## Pros
- No dependencies (only devDependencies)
- No logic (only type definition)
## System requirement
- Node.js >= v18.18
## Usage
```sh
npm install -D @kurone-kito/jsonresume-types
```
```TypeScript
import { ResumeSchema } from '@kurone-kito/jsonresume-types';
export const render = (json: ResumeSchema) => {
// ...
};
```
## License
MIT