Skip to content

thuliteio/create-thulite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9122eb3 · Oct 31, 2024
Oct 24, 2024
Apr 23, 2024
Apr 23, 2024
Aug 26, 2024
Oct 24, 2024
Oct 12, 2024
Oct 24, 2024
Oct 24, 2024
Oct 12, 2024
Oct 24, 2024
Oct 24, 2024
Oct 12, 2024
Oct 31, 2024
Apr 23, 2024
Oct 24, 2024
Aug 26, 2024
Aug 26, 2024
Apr 23, 2024
Nov 8, 2022
Oct 31, 2024
Oct 31, 2024
Apr 23, 2024

Repository files navigation

create-thulite

Official CLI for scaffolding a new Thulite project.

Status

npm (scoped)

Requirements

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: