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
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!
The text was updated successfully, but these errors were encountered:
cxw42
changed the title
Documentation nit: Statocles synopsis does not indicate `crreat
Documentation nit: Statocles synopsis does not indicate create makes a new Git repo
Jun 21, 2019
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!
The text was updated successfully, but these errors were encountered: