Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T17:10:10.000Z (5 months ago)
- Last Synced: 2024-10-17T01:37:17.143Z (about 1 month ago)
- Topics: json-resume, jsonresume, typescript, typescript-definitions
- Language: Shell
- Homepage: https://cdn.jsdelivr.net/npm/@kurone-kito/[email protected]/index.d.ts
- Size: 295 KB
- Stars: 8
- Watchers: 3
- 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