An open API service indexing awesome lists of open source software.

https://github.com/ciderapp/create-cider-theme


https://github.com/ciderapp/create-cider-theme

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# create-cider-theme

[](https://github.com/ciderapp/create-cider-theme/tree/main) [](https://www.npmjs.com/package/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](https://nodejs.org/en). To use this library all you need is [npm](https://www.npmjs.com/)'s `npx` cli tool.

### Usage
pnpm (recommended)
```bash
pnpm create cider-theme #always gets latest version
```
npm (using npx)
```bash
npx create-cider-theme@latest #perfer latest version of create-cider-theme
```

### Development
#### npm
```bash
npm install
npm run build
npx create-cider-theme
```
#### yarn
```bash
yarn install
npm build
npx create-cider-theme
```
#### pnpm (Recommended)
```bash
pnpm install
pnpm build
npx create-cider-theme
```