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
It'd be helpful if the janus-idp/cli new command also inlcuded working turbo.json and tsconfig.json files, as well as maybe include a tsc command and adds dynamic plugin support out of the box. Maybe the latter two can be extra credit :-)
What is the current behavior?
Run ./packages/cli/bin/janus-cli new to create a new plugin in backstage-plugins
Add "tsc": "tsc" to the plugin's package.json's scripts section
Run yarn tsc and observe errors.
Copy turbo.json and tsconfig.json from someone else's plugin and adapt.
What will the new behavior be?
After running the new command the aforementioned files should be present and set up appropriately so that after creating a new plugin, yarn tsc and yarn build at the root should work and include the newly created plugin.
The text was updated successfully, but these errors were encountered:
gashcrumb
changed the title
Enhance @janus-idp/cli "new" command to include a working turbo.json and tsconfig.json
Enhance janus-idp/cli "new" command to include a working turbo.json and tsconfig.json
Jan 24, 2024
What do you want to improve?
It'd be helpful if the janus-idp/cli new command also inlcuded working
turbo.json
andtsconfig.json
files, as well as maybe include atsc
command and adds dynamic plugin support out of the box. Maybe the latter two can be extra credit :-)What is the current behavior?
./packages/cli/bin/janus-cli new
to create a new plugin inbackstage-plugins
scripts
sectionyarn tsc
and observe errors.turbo.json
andtsconfig.json
from someone else's plugin and adapt.What will the new behavior be?
After running the
new
command the aforementioned files should be present and set up appropriately so that after creating a new plugin,yarn tsc
andyarn build
at the root should work and include the newly created plugin.The text was updated successfully, but these errors were encountered: