0.4.6 • Published 9 months ago
create-threes v0.4.6
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
Name | Description |
---|---|
--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
9 months ago
0.4.6
9 months ago
0.3.5
9 months ago
0.3.4
9 months ago
0.3.3
9 months ago
0.3.2
9 months ago
0.3.1
9 months ago
0.3.0
9 months ago
0.2.0
9 months ago
0.1.14
9 months ago
0.1.13
9 months ago
0.0.11
9 months ago
0.0.10
9 months ago
0.0.9
9 months ago
0.0.8
9 months ago
0.0.7
9 months ago
0.0.6
9 months ago
0.0.5
9 months ago
0.0.4
9 months ago
0.0.3
9 months ago