Thanks for this tool --- I am trying it out for the first time! The Statocles SYNOPSIS section gives the example sequence:
# Create a new site
statocles create www.example.com
# Create a new blog post
export EDITOR=vim
statocles blog post
...
I did not realize that create also makes a new repo. I suggest editing the above to:
# Create a new site and its Git repository
statocles create www.example.com
# Move into the new repository
cd www.example.com
# Create a new blog post
export EDITOR=vim
statocles blog post
...
What say you? Thanks for considering this request!
That is a good idea, yes. I might also rename create to generate to match the Mojolicious command (I'm moving closer to Mojolicious's way of doing things). Thanks for the report!
Thanks for this tool --- I am trying it out for the first time! The Statocles SYNOPSIS section gives the example sequence:
I did not realize that
create
also makes a new repo. I suggest editing the above to:What say you? Thanks for considering this request!