Consider renaming bud create
to bud new
and bud new
to bud add
#139
matthewmueller
announced in
Proposals
Replies: 2 comments 2 replies
-
I think the migration will be less painful if it was something like:
Then, you won't have to make a breaking change, should someone have already made some shell scripts for automation, even though those actions may seem non-automatable. |
Beta Was this translation helpful? Give feedback.
1 reply
-
init, add '__') |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find the differences between creating an application and scaffolding files within an app quite confusing. This would be a breaking change, so I think it makes sense to do before recording the next demo.
Currently it's:
bud create
: creates a new applicationbud new
: scaffolds files within an applicationI think it would be a bit less confusing if it was:
bud new
: creates a new applicationbud add
: scaffolds files within an applicationUsage:
Other ideas:
make
g
/generate
Questions:
Beta Was this translation helpful? Give feedback.
All reactions