Skip to content

agilesix/typespec-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeSpec sandbox

Sandbox repo for experimenting with TypeSpec

Quickstart

Pre-requisites

  • Node.js 20 installed on your computer. Check with node --version
  • TypeSpec compiler installed globally: npm install -g @typespec/compiler

Compiling to JSON Schema

  1. Clone the repo locally
  2. Install the TypeSpec project: tsp install
  3. Compile to JSON schema: tsp compile .
  4. Check the output in tsp-output/@typespec/json-schema/

You should see a series of .yaml files.

About

Sandbox for creating a TypeSpec project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published