Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTauri init and first time use #422
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When first installing and running tauri init, we should provide an input for a few of the major required settings specifically the path settings and app name. At the completion of the init script, we can note where these config options were stored to make it easier for the user to find them.
Additionally, we can add a
readme.mdinsrc-tauriwith the simple instructions for running and point them to our docs for further help. This will give a helping hand to anyone using tauri "indirectly".