Skip to content

Beuterei/create-something

Repository files navigation

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>