create-thulite
v1.7.4
Published
Official CLI for scaffolding a new Thulite project.
Downloads
296
Readme
create-thulite
Official CLI for scaffolding a new Thulite project.
Status
Requirements
- Node.js —
v20.11.0
or higher
How to use
npm
npm create thulite@latest
Yarn
yarn create thulite
pnpm
pnpm create thulite@latest
Then follow the prompts!
Options
You can also directly specify the project name and the template you want to use via additional command line options. Use .
for the project name to scaffold in the current directory. For example, to scaffold a Doks project, run:
npm
npm create thulite@latest my-doks-project -- --template doks
Yarn
yarn create thulite my-doks-project --template doks
pnpm
pnpm create thulite@latest my-doks-project --template doks
Templates
Currently supported template presets include:
vermeer
doks
bolt
tailwindcss-starter
tailwindcss-starter-rec
bootstrap-starter
bootstrap-starter-rec
basic-starter
basic-starter-rec
Variants
The -rec
variants include the recommended integrations, currently:
Community templates
You can use a tool like degit to scaffold your project with one of the community themes.
npm
npx degit user/repo my-project
Yarn
yarn dlx degit user/repo my-project
pnpm
pnpm dlx degit user/repo my-project
Credits
This npm package is based on: