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
I propose renaming init command to new. There are two reasons for this that come to my mind:
Similarity with cargo contract -- it uses new for generating starting package/template for the project.
Sometimes, users may already have a working smart contract that they wish to deploy using swanky-cli. It's currently impossible to "just" init a project - i.e. generate swanky config file. This would match the functionality of git init as well.
I can do the work, just wanted to ask for your opinions first.
The text was updated successfully, but these errors were encountered:
I propose renaming
init
command tonew
. There are two reasons for this that come to my mind:cargo contract
-- it usesnew
for generating starting package/template for the project.swanky-cli
. It's currently impossible to "just"init
a project - i.e. generate swanky config file. This would match the functionality ofgit init
as well.I can do the work, just wanted to ask for your opinions first.
The text was updated successfully, but these errors were encountered: