0.0.1 • Published 2 years ago

create-juya v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

Create Juya

创建juya的h5活动

created by create-create-app.

Usage

npx create-juya <name>

Template string reference

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

  • {{name}} => create-Juya
  • {{upper name}} => CREATE-JUYA
  • {{lower name}} => create-juya
  • {{capital name}} => CreateJuya
  • {{capital name space=true}} => Create Juya
  • {{camel name}} => createJuya
  • {{snake name}} => create_juya
  • {{kebab name}} => create-juya
  • {{space name}} => create Juya
  • {{uuid}} => cbec71f2-46dc-4d75-aa16-b3b32a5e2c31
  • {{upper (uuid)}} => 99887AC0-37D6-476C-B728-9C0A9EFE46FB
  • {{description}} => 创建juya的h5活动
  • {{author}} => evstorm
  • {{email}} => 25943752+EvStorM@users.noreply.github.com
  • {{contact}} => evstorm 25943752+EvStorM@users.noreply.github.com
  • {{license}} => Apache-2.0
  • {{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.