Skip to content

Pydemon is a solution developed to be used similarly to nodemon, but with some limitations (still)

Notifications You must be signed in to change notification settings

londarks/pydemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Expectations

Pydemon is a solution developed to be used similarly to nodemon, but with some limitations (still)

How to run

To be able to use and very simple, just clone this repository into your project folder (ROOT) and create a file called pydemon.json, a copy is inside the repository itself, and just configure the directory where the ignition file for it to run

{
    "ignore": [        // <- Files that pydemon will ignore if you make any changes to them
      "node_modules",
      ".gitignore",
      ".env",
      "__pycache__"
    ],
    "pydemon": {
      "main": "main.py" // <- Main file to run
    }
}

To execute python3 pydemon

About

Pydemon is a solution developed to be used similarly to nodemon, but with some limitations (still)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages