Skip to content

Commit

Permalink
Merge pull request #18 from networktocode/add-build-status-badge
Browse files Browse the repository at this point in the history
Add build status badge, add TODOs for README.
  • Loading branch information
dgarros authored May 15, 2020
2 parents 2ba32a5 + c42bfe2 commit 2e24295
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@

# NetBox Onboaring plugin

<!-- Build status with linky to the builds for ease of access. -->
[![Build Status](https://travis-ci.com/networktocode/ntc-netbox-plugin-onboarding.svg?token=29s5AiDXdkDPwzSmDpxg&branch=master)](https://travis-ci.com/networktocode/ntc-netbox-plugin-onboarding)

<!-- TODO: https://github.com/networktocode/ntc-netbox-plugin-onboarding/issues/3
Improve this readme with accurate descriptions of what this does, as well as
appropriate links to rendered documentation and standard sections such as:
## Installation
## Usage
## Contributing
-->


```
invoke --list
Available tasks:
Expand All @@ -14,4 +30,4 @@ Available tasks:
nbshell Launch a nbshell session.
start Start NetBox and its dependencies in detached mode.
stop Stop NetBox and its dependencies.
```
```

0 comments on commit 2e24295

Please sign in to comment.