To use current init command, an user should make an empty directory for a project, go inside of the directory and run bothub init command. I choose this action after nodejs/npm.
But it may confuses or cumbersome to make an empty directory by their own hand. Because some other frameworks like django makes a project directory for user when django-admin startproject.
So I think it's better to make a new or startproject like command.
To use current
initcommand, an user should make an empty directory for a project, go inside of the directory and runbothub initcommand. I choose this action after nodejs/npm.But it may confuses or cumbersome to make an empty directory by their own hand. Because some other frameworks like django makes a project directory for user when
django-admin startproject.So I think it's better to make a
neworstartprojectlike command.