0.1.1 • Published 3 months ago

create-splash v0.1.1

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
3 months ago

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 in create function arguments)

See https://github.com/uetchy/create-create-app#template for the further details.

0.1.0

3 months ago

0.1.1

3 months ago

0.0.1

4 months ago