0.0.3 • Published 2 years ago

create-showhand-app v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Create Showhand App

description

created by create-create-app.

Usage

npx create-showhand-app <name>

Template string reference

Don't forget to remove this before publishing your package!

  • {{name}} => create-showhand-app
  • {{upper name}} => CREATE-SHOWHAND-APP
  • {{lower name}} => create-showhand-app
  • {{capital name}} => CreateShowhandApp
  • {{capital name space=true}} => Create Showhand App
  • {{camel name}} => createShowhandApp
  • {{snake name}} => create_showhand_app
  • {{kebab name}} => create-showhand-app
  • {{space name}} => create showhand app
  • {{uuid}} => 17e60acf-136d-4721-8373-d949154e0da1
  • {{upper (uuid)}} => CE02AAEC-CF85-4E04-8151-53B1B4E316CB
  • {{description}} => description
  • {{author}} => Your name
  • {{email}} => Your email
  • {{contact}} => Your name
  • {{license}} => MIT
  • {{year}} => 2022
  • {{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.