Folkwise-io / mintbean-cli

MIT License
13 stars 9 forks source link

Ask before creating github repo #4

Open monarchwadia opened 4 years ago

monarchwadia commented 4 years ago

Current behaviour:

When user runs mint repo it creates a repo without warning or informing the user. This is convenient, but it can be troublesome.

Expected behaviour

  1. inform the user what the repo name will be.
  2. confirm with the user that they would like to create a repo, yes/no. (if left blank, default yes)
  3. give user the option to change the name of the repo. (if left blank, enter default)
  4. add a mint repo -y flag that just accepts defaults.

image