https://github.com/florianwendelborn/metatypes
Monorepo of TypeScript Metadata Definitions (e.g. HTTP Status Codes)
https://github.com/florianwendelborn/metatypes
code-generation data datastructures enum http-status-codes jsdoc lerna metadata typescript
Last synced: 4 months ago
JSON representation
Monorepo of TypeScript Metadata Definitions (e.g. HTTP Status Codes)
- Host: GitHub
- URL: https://github.com/florianwendelborn/metatypes
- Owner: FlorianWendelborn
- License: mit
- Created: 2019-05-22T14:30:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T10:36:20.000Z (about 1 year ago)
- Last Synced: 2025-08-15T16:16:51.043Z (5 months ago)
- Topics: code-generation, data, datastructures, enum, http-status-codes, jsdoc, lerna, metadata, typescript
- Language: TypeScript
- Homepage:
- Size: 778 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Metatypes
Complete, well-documented Metadata definitions for TypeScript Projects.
## Packages
| Name | NPM | Downloads (Month) | Downloads (Total) | Size |
| ----------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------- | :-------------------------------------------------------------- | :------------------------------------------------------------------------ |
| [`@metatypes/http-statuses`](/packages/http-statuses) | [](https://npmjs.com/package/@metatypes/http-statuses) |  |  |  |
| [`@metatypes/units`](/packages/units) | [](https://npmjs.com/package/@metatypes/units) |  |  |  |
| [`@metatypes/typography`](/packages/typography) | [](https://npmjs.com/package/@metatypes/typography) |  |  |  |
## Development Setup
```bash
yarn config set workspaces-experimental true
yarn install
yarn lerna bootstrap
```