Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive CLI command for generating configs #12

Closed
filiptibell opened this issue Feb 25, 2023 · 1 comment
Closed

Interactive CLI command for generating configs #12

filiptibell opened this issue Feb 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@filiptibell
Copy link
Collaborator

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:

  1. Streamline the separate subcommands into lune --setup
  2. Let the user set up tools using multiselect similar to stdio.prompt("multiselect")
  3. If some file already exists but is an old version, display the version change, and default to selecting it for generating
  4. Ask the user if they want to add generated files to their .gitignore, defaulting to yes
@filiptibell filiptibell added the enhancement New feature or request label Feb 25, 2023
@filiptibell
Copy link
Collaborator Author

Superseded by lune --setup in the latest version (0.6.7)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant