Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 288 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 288 Bytes

pdm-plugin

A template for PDM plugin project

Installation

Enable the plugin:

pdm self add pdm-plugin

Enable the plugin in your project:

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

And run the following command once in your project:

pdm install --plugins