create-threepipe
v0.6.2
Published
> **Compatibility Note:** > Projects requires [Node.js](https://nodejs.org/en/) version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
Readme
create-threepipe
Scaffolding Your First Threepipe Project
Compatibility Note: Projects requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
With NPM:
$ npm create threepipe@latestThen follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Threepipe + Vite + Typescript project, run:
# npm 7+, extra double-dash is needed:
npm create threepipe@latest my-three-app -- --template vanilla-tsCurrently supported template presets include:
vanillavanilla-ts
You can use . for the project name to scaffold in the current directory.
Notes
This create-threepipe project is a fork of create-vite, just changed the vite to threepipe and the templates.
