Home

Awesome

Edge Development Tools

I used a bunch of scripts for maintaining my Edge project. They are:

Install

Make sure your local Edge project repository and this devtools repository directories are side-by-side i.e. they are inside the same parent directory.

For instance this directory structure is correct:

└── my-edge
    ├── edge
    └── edge-devtools

Read Edge documentation to find out how to setup virtual environment for Edge. All scripts are assumed to be running inside the Edge virtual environment.