father-plugin-dumi-theme

1.0.0-rc.1 • Public • Published

father-plugin-dumi-theme

NPM version NPM downloads

The father plugin for develop dumi theme package.

Usage

create-dumi

It is recommended to use create-dumi to start developing a new dumi theme package:

$ npx create-dumi # then select `theme`

This plugin is included in the template.

Manually

Install this plugin in devDependencies:

$ npm i father-plugin-dumi-theme -D

Register it in .fatherrc.ts:

import { defineConfig } from 'father';

export default defineConfig({
  plugins: ['father-plugin-dumi-theme'],
});

Development

$ pnpm install
$ npm run dev
$ npm run build

LICENSE

MIT

Package Sidebar

Install

npm i father-plugin-dumi-theme

Weekly Downloads

19

Version

1.0.0-rc.1

License

MIT

Unpacked Size

7.59 kB

Total Files

5

Last publish

Collaborators

  • peachscript