Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add entry for entr as a generic way to add re-compile support on Unix environments #12

Open
mandx opened this issue Apr 25, 2018 · 0 comments

Comments

@mandx
Copy link

mandx commented Apr 25, 2018

The site http://entrproject.org/ has a few of examples, and here's how I use it personally:

find my_app/ -name \*.py | entr -r python -m my_app serve

Where the command python -m my_app serve launches a generic Python Web server (framework independent).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant