Skip to content

ivaneffable/create-threejs-proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The quickest way to start a ThreeJs project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published