Skip to content

danielsitek/tateru-create-tateru-cli

Repository files navigation

Create Tateru CLI project

NPM Version GitHub Release Codacy Badge

Simplest way to create a new project using tateru-cli.

Usage

npm create tateru-cli@latest

You can also specify project name and template via additional command line options.

npm create tateru-cli@latest -- --template gulp-vanilla
npm create tateru-cli@latest -- --template gulp-vanilla project-name

You can use . for the name of the project to be created in the current directory.

Currently supported templates include:

  • gulp-vanilla

Notes

  • If the destination directory is not empty, the script will exit with an error.
  • Ensure the template name is valid; otherwise, the script will notify you.
  • Templates should use _gitignore instead of .gitignore. The script will automatically rename _gitignore to .gitignore during the copy process.

About

Create basic Tateru CLI project from template files

Resources

License

Stars

Watchers

Forks

Packages

No packages published