netbox-docker
netbox-docker copied to clipboard
NetBox Plugin Development guides with the project
Desired Behavior
Create a scripts and wiki entries on how to leverage netbox-docker for plugin development.
My current approach/thought is:
- VS Code with remote extension pack (specifically the docker extension)
- .devcontainer pointing to the repo's docker-compose
Contrast to Current Behavior
N/A
Required Changes
Mostly wiki updates and possibly include a script for restarting netbox after plugin updates.
Discussion: Benefits and Drawbacks
Get users off the ground quicker to develop NetBox plugins and contribute to the community.
Hi, that's interesting. I'm currently using this approach. https://github.com/netbox-community/netbox-docker/discussions/746
Would it be possible to achieve something similar using Jetbrains Pycharm? Our entire development team relies on Jetbrain products