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.
- Host: GitHub
- URL: https://github.com/danielmschmidt/jsii-workbench
- Owner: DanielMSchmidt
- Created: 2021-07-01T13:28:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T21:57:12.000Z (almost 4 years ago)
- Last Synced: 2025-03-14T21:17:47.040Z (over 1 year ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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