create-primodium
v1.0.5
Published
Quick templates to get started building Primodium tools.
Downloads
2
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@latest
With Yarn:
$ yarn create primodium
With PNPM:
$ pnpm create primodium
With Bun:
$ bun create primodium
Then 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-client
Currently supported template presets include:
react-client
react-client-lite
You can use .
for the project name to scaffold in the current directory.