/dever

⚡ Dever is a tool to start your dev environment with zero pain.

Primary LanguagePythonApache License 2.0Apache-2.0

⚡ Dever

![](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

Main Commands

dever APP_NAME COMMAND

They are 4, nothing more nothing less 😉

TABLE

dever start

dever stop dever reset dever inside

Config

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)

Other Commands (For Debugging)

dever restart dever init dever remove

Project Example

Link to a project sample that uses django and node: library-demo-app

Contribution

Contributions from the public (including you) are encouraged and supported...

Looking forward to seeing your pull requests!