I'm currently struggling to run livereload on my Windows system (I'm more of a Linux user) without having to specify the full path in AppData.
I realized it would be useful to be able to run this packages as python -m livereload. Many other packages support this, like python -m http.server or python -m pip.
This probably wouldn't be hard to do. What do you think?
Not sure about the status of this project, but I could try to create a PR for this.
I'm currently struggling to run livereload on my Windows system (I'm more of a Linux user) without having to specify the full path in
AppData
.I realized it would be useful to be able to run this packages as
python -m livereload
. Many other packages support this, likepython -m http.server
orpython -m pip
.This probably wouldn't be hard to do. What do you think?
Not sure about the status of this project, but I could try to create a PR for this.