![](photo terminal)
PLEASE READ THIS SIMPLE ONE PAGE DOCUMENTATION AS THIS IS GONNA MAKE YOUR LIFE AND MINE MUCH EASIER DO NOT FORGET TO LOOK AT THIS EXAMPLE WHICH USES DEVER AS A MAIN DEV ENVIRONMENT MANAGEMENT TOOL
Dever is a tool to start your dev environment with zero pain.
Nothing more than, installing dever using pip
(pip3
in Linux):
pip install dever
Then run your app (which is configured as explained below):
dever
dever APP_NAME COMMAND
They are 4, nothing more nothing less 😉
TABLE
dever start
dever stop dever reset dever inside
Suggested folder structure:
.dever folder
config.py
config.yml
Sample config in YAML:
Example in python, config.py (if existed, it will take the priority over config.yml)
dever restart dever init dever remove
Link to a project sample that uses django and node: library-demo-app
Contributions from the public (including you) are encouraged and supported...
Looking forward to seeing your pull requests!