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
Right now the setup experience for generating type definitions and documentation is not great and relies on users reading the entire wiki docs. We could improve it quite substantially by making it interactive:
Streamline the separate subcommands into lune --setup
Let the user set up tools using multiselect similar to stdio.prompt("multiselect")
If some file already exists but is an old version, display the version change, and default to selecting it for generating
Ask the user if they want to add generated files to their .gitignore, defaulting to yes
The text was updated successfully, but these errors were encountered:
Right now the setup experience for generating type definitions and documentation is not great and relies on users reading the entire wiki docs. We could improve it quite substantially by making it interactive:
lune --setup
stdio.prompt("multiselect")
.gitignore
, defaulting to yesThe text was updated successfully, but these errors were encountered: