create-cider-theme
v0.1.4
Published
[<img src="https://img.shields.io/github/package-json/v/ciderapp/create-cider-theme?label=release&style=for-the-badge">](https://github.com/ciderapp/create-cider-theme/tree/main) [<img src="https://img.shields.io/npm/v/create-cider-theme?color=%23cb3837&s
Downloads
9
Maintainers
Readme
create-cider-theme
The official tool to assist in creating themes for Cider (supports version 2 and above only)
Installation
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.
Usage
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
Development
npm
npm install
npm run build
npx create-cider-theme
yarn
yarn install
npm build
npx create-cider-theme
pnpm (Recommended)
pnpm install
pnpm build
npx create-cider-theme