create-primodium
v1.0.5
Published
Quick templates to get started building Primodium tools.
Readme
create-primodium
Scaffolding Your Primodium Project
Compatibility Note: Primodium 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 primodium@latestWith Yarn:
$ yarn create primodiumWith PNPM:
$ pnpm create primodiumWith Bun:
$ bun create primodiumThen follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options:
# npm 7+, extra double-dash is needed:
npm create primodium@latest my-primodium-app --template react-client
# yarn
yarn create primodium my-primodium-app --template react-client
# pnpm
pnpm create primodium my-primodium-app --template react-client
# Bun
bun create primodium my-primodium-app --template react-clientCurrently supported template presets include:
react-clientreact-client-lite
You can use . for the project name to scaffold in the current directory.
