# ts-generator

> The missing piece for fully typesafe Typescript apps

Latest version **0.1.1** (published 2020-10-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install ts-generator
pnpm add ts-generator
yarn add ts-generator
bun add ts-generator
```

Provides the command `ts-generator`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2020-10-11 |
| First published | 2018-08-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 18.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 30 |
| Maintainers | krzkaczor |
| Keywords | typescript, generator, typings, types, typesafe |

## Links

- npm: https://www.npmjs.com/package/ts-generator
- Repository: https://github.com/krzkaczor/ts-generator
- Homepage: https://github.com/krzkaczor/ts-generator#readme
- Issues: https://github.com/krzkaczor/ts-generator/issues
- npm.io page: https://npm.io/package/ts-generator

## Dependencies (9)

- [glob](https://npm.io/package/glob.md) ^7.1.2
- [chalk](https://npm.io/package/chalk.md) ^2.4.1
- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1
- [resolve](https://npm.io/package/resolve.md) ^1.8.1
- [prettier](https://npm.io/package/prettier.md) ^2.1.2
- [@types/mkdirp](https://npm.io/package/@types/mkdirp.md) ^0.5.2
- [ts-essentials](https://npm.io/package/ts-essentials.md) ^1.0.0
- [@types/resolve](https://npm.io/package/@types/resolve.md) ^0.0.8
- [@types/prettier](https://npm.io/package/@types/prettier.md) ^2.1.1

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 0.1.1 (latest) — 2020-10-11
- 0.1.0 — 2020-10-08
- 0.0.8 — 2018-10-07
- 0.0.7 — 2018-10-07
- 0.0.6 — 2018-09-07
- 0.0.5 — 2018-08-29
- 0.0.4 — 2018-08-29
- 0.0.3 — 2018-08-28
- 0.0.2 — 2018-08-28
- 0.0.1 — 2018-08-17

## README

# ts-generator

The missing piece for fully typesafe Typescript apps

Generate Typescript typings for any kind of files (json, graphql queries, css modules).

[![Coverage Status](https://coveralls.io/repos/github/krzkaczor/ts-generator/badge.svg?branch=master)](https://coveralls.io/github/krzkaczor/ts-gen?branch=master)

## Features:

- plugin based architecture allowing one tool to handle all different "untyped" data (css modules, graphql queries,
  ethereum smartcontracts, json files) — think babel for types
- unified config for all plugins
- automatically prettifies output to match code style of the project
- watch mode

## Example:

- [generate types for simple JSON files](https://github.com/krzkaczor/ts-generator/blob/master/test/integration/ts-gen-plugins/dummy-json/index.ts)

---
_Source: https://npm.io/package/ts-generator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
