Official CLI for scaffolding a new Thulite project.
v20.11.0
or highernpm create thulite@latest
yarn create thulite
pnpm create thulite@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. Use .
for the project name to scaffold in the current directory. For example, to scaffold a Doks project, run:
npm create thulite@latest my-doks-project -- --template doks
yarn create thulite my-doks-project --template doks
pnpm create thulite@latest my-doks-project --template doks
Currently supported template presets include:
vermeer
doks
bolt
tailwindcss-starter
tailwindcss-starter-rec
bootstrap-starter
bootstrap-starter-rec
basic-starter
basic-starter-rec
The -rec
variants include the recommended integrations, currently:
You can use a tool like degit to scaffold your project with one of the community themes.
npx degit user/repo my-project
yarn dlx degit user/repo my-project
pnpm dlx degit user/repo my-project
This npm package is based on: