katabame / create-cider-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 76.5%Language:TypeScript 20.6%Language:SCSS 2.9%