Statocles icon indicating copy to clipboard operation
Statocles copied to clipboard

Documentation nit: Statocles synopsis does not indicate `create` makes a new Git repo

Open cxw42 opened this issue 6 years ago • 1 comments

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!

cxw42 avatar Jun 21 '19 14:06 cxw42

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!

preaction avatar Jun 21 '19 14:06 preaction