Skip to content

Commit 958afc7

Browse files
committed
Initial repo setup with README and gitignore
0 parents  commit 958afc7

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
target/
2+
*.db
3+
*.db-shm
4+
*.db-wal
5+
.DS_Store
6+
Thumbs.db

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# things
2+
3+
A collection of small tools and utilities — useful, but not quite big enough for their own repository.
4+
5+
## Projects
6+
7+
| Project | Description |
8+
|---------|-------------|
9+
| [netmon](netmon/) | Distributed network latency monitor with host/agent architecture and browser dashboard |
10+
11+
## Releases
12+
13+
Pre-built binaries for Windows and Linux are available on the [Releases](../../releases/tag/latest) page.

0 commit comments

Comments
 (0)