1.0.1 • Published 3 years ago

@techthehood/create-project v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@techthehood/create-project

usage

  • create and navigate into the target directory
  mkdir my-dir-name && cd my-dir-name
  • run the project creator
  npx @techthehood/create-project

follow the prompts if any or add flags

  --yes or -y [to skip prompts]
  --git or -g [initilizes git in your project]
  --install or -i [auto install node packages]

  if you know the available templates you can also add a string with the templates name - otherwise it will prompt and ask you which template you want to use
  npx @techthehood/create-project --yes

  or

  npx @techthehood/create-project -g -i basic

thats it.