New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

father-plugin-dumi-theme

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

father-plugin-dumi-theme

The father plugin for develop dumi theme package

  • 1.0.0-rc.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
17
increased by41.67%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 13 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc