Skip to content

Pymon is a script to start programs whenever they change. Inspired by nodemon.

License

Notifications You must be signed in to change notification settings

ItaloCobains/Pymon

Repository files navigation

Pymon - tool 👾

Technologies   |    Project   |    Running   |    How to contribute   |    License

Tecnologias 🖥️

My Skills

Project 📕

Pymon is a script to start programs whenever they change. Inspired by nodemon.

Running the App 🚀

Create the file in the project root.

settings.pyic

command='python3 mainfile.py'

Copy folter sample and app.py for to project root and run

python3 app.py

And let's code

Example

2022-10-31.23-37-01.mp4

🤔 How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: my new feature';
  • Push to your branch: git push origin my-feature.

After your pull request is merged, you can delete your branch.

🔖 License

If you want to check the project's license, just look at this file LICENSE