Simplest way to create a new project using tateru-cli.
npm create tateru-cli@latestYou can also specify project name and template via additional command line options.
npm create tateru-cli@latest -- --template gulp-vanillanpm create tateru-cli@latest -- --template gulp-vanilla project-nameYou can use . for the name of the project to be created in the current directory.
Currently supported templates include:
gulp-vanilla
- 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
_gitignoreinstead of.gitignore. The script will automatically rename_gitignoreto.gitignoreduring the copy process.