Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.95 KB

README.md

File metadata and controls

62 lines (48 loc) · 1.95 KB

Contributors Forks Stargazers Issues


create-something

Initializer for other initializers

· Report Bug · Request Feature ·

About The Project

Initializer for other initializers. Using create-helper.

Usage

npm create @beuluis/something <create_path>
# or
npx @beuluis/create-something <create_path>

Templates

  • typescript - Default template

  • javascript

Use different template

npm create @beuluis/something <create_path> --template <template_name>
# or
npx @beuluis/create-something <create_path> --template <template_name>