Plugin to run shell scripts like npm run #10220
M4RC0Sx
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚀 Excited to share my latest creation for the Python community! I've developed a new Poetry 2.1 plugin, poetry-plugin-exec, which brings the convenience of npm-style script execution to Poetry. Easily define and run shell scripts right from your Poetry projects!
🛠️ Installation is simple: Just run poetry self add poetry-plugin-exec to get started.
📝 Define your scripts in your pyproject.toml under [tool.poetry_plugin_exec.scripts].
🚀 Execute with ease: Just type poetry exec <script_name> to run your scripts.
🔗 Check it out and streamline your workflow: https://github.com/M4RC0Sx/poetry-plugin-exec
Beta Was this translation helpful? Give feedback.
All reactions