Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.12 KB

Latest Release GitHub license Go Report Card GitHub go.mod Go version Build Status codecov

netbox-agent

The first go-netbox/v4 agent! Unf, the first but not the best xd

How to start

  1. Download the lastest release
  2. Create .env file in the same dir (cat .env.example > .env)
  3. Run it!

How to develop

  1. git clone https://github.com/iglov/netbox-agent
  2. Change something you want and commit changes
  3. Build with make all