You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsii has a really cool feature where the example Typescript code in README is transformed into the target language at package/publish time. This mean NPM and PyPi will respectively show working TS and Python code examples.
We need to play around that to ensure coherent installation steps and code samples are shown in the packages homepages.
Tasks
Remove Typescript header
Have both npm and pip install
GitHub README will still show default README, so we need to include a statement for specific python example
Alternatives
Have both TS and Python install/code samples. Will clutter README.
Notes
N/A
The text was updated successfully, but these errors were encountered:
Context
jsii
has a really cool feature where the example Typescript code in README is transformed into the target language at package/publish time. This mean NPM and PyPi will respectively show working TS and Python code examples.We need to play around that to ensure coherent installation steps and code samples are shown in the packages homepages.
Tasks
Typescript
headernpm
andpip
installAlternatives
Have both TS and Python install/code samples. Will clutter README.
Notes
N/A
The text was updated successfully, but these errors were encountered: