# @farnabaz/debug-theme

> Docus debugging theme.

Latest version **1.2.1** (published 2021-11-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install @farnabaz/debug-theme
pnpm add @farnabaz/debug-theme
yarn add @farnabaz/debug-theme
bun add @farnabaz/debug-theme
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.1 |
| Published | 2021-11-19 |
| First published | 2021-11-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 7.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | farnabaz |
| Keywords | nuxt, docus, module |

## Links

- npm: https://www.npmjs.com/package/@farnabaz/debug-theme
- Repository: https://github.com/docusgen/debug-theme
- Homepage: https://github.com/docusgen/debug-theme#readme
- Issues: https://github.com/docusgen/debug-theme/issues
- npm.io page: https://npm.io/package/@farnabaz/debug-theme

## Dependencies (1)

- [@nuxtjs/color-mode](https://npm.io/package/@nuxtjs/color-mode.md) ^2.1.1

## Recent versions

- 1.2.1 (latest) — 2021-11-19
- 1.2.0 — 2021-11-19

## README

# Docus Theme Starter

> Create your own Docus themes.

## Quick Setup

1. Add `@docus/my-theme` dependency to your project:

```bash
# Using Yarn
yarn add --dev @docus/my-theme
# Using NPM
npm install --save-dev @docus/my-theme
```

2. Add `@docus/my-theme` to the `buildModules` section of your `nuxt.config.js`

```ts
{
  buildModules: ['@docus/my-theme']
}
```

## Usage

1. Replace all occurences of `my-theme` inside this codebase.
2. The `index.ts` must export a valid Nuxt config.
3. Test it with `yarn dev` and `example/` Docus app.
4. Edit that section.

## Development

1. Clone this repository
2. Install dependencies using `yarn install`
3. Start dev server using `yarn dev`

---
_Source: https://npm.io/package/@farnabaz/debug-theme · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
