Skip to content

Eject Podder Task Foundation

Takaaki Gordon Mizuno edited this page Aug 10, 2021 · 1 revision

The Podder Task Foundation is available in the public repository. However, sometimes you want to reduce the number of dependent libraries when using them in deliverables. In such a case, you can use the eject command to package the Podder Task Foundation (and plugins) as part of your code, rather than as a library.

podder eject

This command copy all the Podder Task Foundation and plugin files to your project directory and removes the dependency from the myproject.toml file (and adds all dependent libraries which is used by the Podder Task Foundation to the myproject.toml file)

Please be careful: Once you eject the Podder Task Foundation to your project, you need to update the Podder Task Foundation code by yourself. So that the eject process should be done in the final process of deliverable packaging.