The official tool to assist in creating themes for Cider (supports version 2 and above only)
create-cider-theme
does not require any other dependencies aside from Node.js. To use this library all you need is npm's npx
cli tool.
pnpm (recommended)
pnpm create cider-theme #always gets latest version
npm (using npx)
npx create-cider-theme@latest #perfer latest version of create-cider-theme
npm install
npm run build
npx create-cider-theme
yarn install
npm build
npx create-cider-theme
pnpm install
pnpm build
npx create-cider-theme