Skip to content

Template for creating a docsify plugin.

License

Notifications You must be signed in to change notification settings

simochee/create-docsify-plugin

Repository files navigation

Important

First, replace some placeholder {{PACKAGE_NAME}} with your package name.

Docsify Logo

Docsify Plugins

{{PACKAGE_NAME}}

by simochee

jsDelivr npm version License

about this plugin...

📀 Installation

Insert a script tag to load the plugin script file after loading the Docsify script.

<script>
  window.$docsify = {};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@v4/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/{{PACKAGE_NAME}}/lib/{{PACKAGE_NAME}}.min.js"></script>

🔰 Usage

how to use this plugin...

💻 Development

  1. Clone this repository
  2. Enable Corepack using corepack enable
  3. Install dependencies using pnpm install
  4. Run watch mode using pnpm run watch
  5. Start server using Live Server
  6. Insert a script tag to load the plugin script file after loading the Docsify script.
<script src="http://localhost:5500"></script>

🛡️ License

MIT

About

Template for creating a docsify plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published