https://github.com/ciderapp/create-cider-theme
https://github.com/ciderapp/create-cider-theme
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ciderapp/create-cider-theme
- Owner: ciderapp
- License: gpl-3.0
- Created: 2023-05-08T13:12:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T23:51:44.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T10:39:44.145Z (about 1 year ago)
- Language: JavaScript
- Size: 607 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```