create-threejs-proj A CLI for creating new ThreeJS projects. Usage npx create-threejs-proj If you prefer to create a Typescript project. npx create-threejs-proj -t If you want the dependencies to be autoinstalled after the project creation. npx create-threejs-proj -i The ThreeJS project The CLI allows you to create a Typescript or a Javascript project. We are using Vite, because is fast and easily configurable. ESLint is already configured. The project includes a basic prettier configuration. Git is also initialized for you.