create-leanup

2.0.0-rc.70 • Public • Published

Create Leanup

This package contains the slim CLI to get started with leanupjs.

created by create-create-app.

Usage

npx create-leanup <name>

Template string reference

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

  • {{name}} => create-leanup
  • {{upper name}} => CREATE-LEANUP
  • {{lower name}} => create-leanup
  • {{capital name}} => CreateLeanup
  • {{capital name space=true}} => Create Leanup
  • {{camel name}} => createLeanup
  • {{snake name}} => create_leanup
  • {{kebab name}} => create-leanup
  • {{space name}} => create leanup
  • {{uuid}} => 42fad8e8-98c0-4260-98e4-8a7f83a4efa6
  • {{upper (uuid)}} => 2246B8D7-7C1B-448E-A4DA-F4BCD422260F
  • {{description}} => This package contains the slim CLI to get started with leanupjs.
  • {{author}} => Martin Oppitz
  • {{email}} => npmjs@martinoppitz.com
  • {{contact}} => Martin Oppitz npmjs@martinoppitz.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.

Readme

Keywords

none

Package Sidebar

Install

npm i create-leanup

Weekly Downloads

21

Version

2.0.0-rc.70

License

Apache-2.0

Unpacked Size

257 kB

Total Files

28

Last publish

Collaborators

  • m.oppitz