An open API service indexing awesome lists of open source software.

https://github.com/danielmschmidt/jsii-workbench

When working with JSII you sometimes just want to drop in an interface and inspect all generated code in differnet languages.
https://github.com/danielmschmidt/jsii-workbench

Last synced: about 2 months ago
JSON representation

When working with JSII you sometimes just want to drop in an interface and inspect all generated code in differnet languages.

Awesome Lists containing this project

README

          

# JSII Workbench

When working with JSII you sometimes just want to drop in an interface and inspect all generated code in differnet languages.

## Usage

1. Clone and run `npm install`
2. Open `./src/index.ts` and add your library code
3. Open `./example.ts` and add your user-facing code
4. Run `npm build`

You can view the generated library bindings at `./generated/` and the user facing example at `./EXAMPLE.md`.

## License

MIT