/create-threepipe

Utility to scaffolding your threepipe project

Primary LanguageTypeScriptApache License 2.0Apache-2.0

create-threepipe npm package

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@latest

Then 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-ts

Currently supported template presets include:

  • vanilla
  • vanilla-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.