2.0.2 • Published 9 months ago

@beuluis/create-something v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Contributors Forks Stargazers Issues

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>