Skip to content

sarthakvijayvergiya/azure-iot-edge-module

Repository files navigation

Cookiecutter Template for Azure IoT Edge Python Module

azure-iot-edge-module creates a base template to start a new Azure IoT Edge Python module

Prerequisites

Install Cookiecutter:

$ python3 -m venv venv
$ source venv/Scripts/activate
$ pip install cookiecutter

Usage

$ cookiecutter https://github.com/sarthakvijayvergiya/azure-iot-edge-module.git --checkout main

and follow the interactive prompts.

If you prefer one-liner:

$ cookiecutter --no-input https://github.com/sarthakvijayvergiya/azure-iot-edge-module.git module_name=<module_name> image_repository=<image_repository> --checkout main

For example:

$ cookiecutter --no-input https://github.com/sarthakvijayvergiya/azure-iot-edge-module.git module_name=filterModule image_repository=localhost:5000/filtermodule --checkout main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages