typespec-typescript
v0.0.1
Published
A Emitter for generating TypeScript code from TypeSpec(tsp) language.
Readme
typespec-typescript
A Emitter for generating TypeScript code from TypeSpec (tsp) language.
Warning: This project is currently under active development and is not yet production-ready.
Overview
typespec-typescript is a Emitter that converts models written in TypeSpec IDL (Interface Definition Language) to TypeScript. It allows you to automatically generate TypeScript code from API specifications or data models defined in TypeSpec.
Installation
npm install --save-dev typespec-typescriptContributing
We welcome contributions to this project! If you're interested in contributing:
- Create an issue describing the feature or bug you'd like to work on
- Leave a comment on the issue indicating your interest in implementing it
- Once approved, you'll be registered as a contributor and can proceed with the implementation
Please note that all contributions must follow the project's coding standards and pass all tests.
License
This project is distributed under the MIT license.
