Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 365 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 365 Bytes

pdm-plugin

A template for PDM plugin project

Installation

You can either install the plugin globally or in your project.

Enable the plugin globally:

pdm self add pdm-plugin

Or, enable the plugin in your project:

[tool.pdm]
plugins = ["pdm-plugin"]

And run the following command once in your project:

pdm install --plugins