0.4.6 • Published 10 months ago

create-threes v0.4.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

create-threes

Scaffolding new Three.js project

With NPM:

npm create threes@latest

With Yarn:

yarn create threes

With PNPM:

pnpm create threes

With Bun

bun create threes

create-threes automatically runs in interactive mode, but you can also specify your project name and template with command line arguments.

# npm
npm create threes@latest threes-project -- --template basic

# yarn
yarn create threes threes-project --template basic

# pnpm
pnpm create threes threes-project --template basic

# bun
bun create threes threes-project --template basic

Check out the full list of example templates, available on GitHub.

CLI Flags

May be provided in place of prompts

NameDescription
--help (-h)Display available flags.
--framework (-f)Choose framework: vanilla / react
--template <name> (-tmpl <name>)Specify your template.
--typescript (-ts)Using typescript.
--install (-g)Install dependencies.
--git (-g)Initialize git repo.
0.4.5

10 months ago

0.4.6

10 months ago

0.3.5

10 months ago

0.3.4

10 months ago

0.3.3

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.14

10 months ago

0.1.13

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago