0.1.1 • Published 3 months ago
create-splash v0.1.1
Create Splash
Create splash app
Usage
npx create-splash <name>
Template string reference
Don't forget to remove this before publishing your package!
- {{name}} => create-splash
- {{upper name}} => CREATE-SPLASH
- {{lower name}} => create-splash
- {{capital name}} => CreateSplash
- {{capital name space=true}} => Create Splash
- {{camel name}} => createSplash
- {{snake name}} => create_splash
- {{kebab name}} => create-splash
- {{space name}} => create splash
- {{uuid}} => 4041e8ab-b77d-4160-a3c9-f7b4b975b97f
- {{upper (uuid)}} => A851F44B-AAB3-4516-8A02-6FA0675C33AC
- {{description}} => Create splash app
- {{author}} => nikonell
- {{email}} => rozhkovn08@gmail.com
- {{contact}} => nikonell rozhkovn08@gmail.com
- {{license}} => GPL-3.0
- {{year}} => 2025
- {{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.