create-hugo-site
v0.0.0
Published
Interactive CLI to create an Hugo site
Downloads
2
Readme
Create Hugo Site
Interactive CLI to create an Hugo site
created by create-create-app.
Usage
npx create-hugo-site <name>
Template string reference
Don't forget to remove this before publishing your package!
- {{name}} => create-hugo-site
- {{upper name}} => CREATE-HUGO-SITE
- {{lower name}} => create-hugo-site
- {{capital name}} => CreateHugoSite
- {{capital name space=true}} => Create Hugo Site
- {{camel name}} => createHugoSite
- {{snake name}} => create_hugo_site
- {{kebab name}} => create-hugo-site
- {{space name}} => create hugo site
- {{uuid}} => 331a483a-9032-4f4a-8df2-5cb4c836cd62
- {{upper (uuid)}} => FA0EAB69-7441-409E-8ECE-8DD6D34944A6
- {{description}} => Interactive CLI to create an Hugo site
- {{author}} => razonyang
- {{email}} => [email protected]
- {{contact}} => razonyang [email protected]
- {{license}} => MIT
- {{year}} => 2024
- {{custom}} => (undefined until it is defined in
extra
field increate
function arguments)
See https://github.com/uetchy/create-create-app#template for the further details.