Skip to content

Commit 4038520

Browse files
committed
docs: add dnst-scanner scaffolding issue draft
1 parent d812fb0 commit 4038520

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Project Scaffolding
2+
3+
## Summary
4+
5+
Set up the basic Go project structure for dnst-scanner with CLI framework and shared library integration.
6+
7+
**Motivation:** Foundation for all other features. Consistent project structure with other net2share Go tools.
8+
9+
## Design
10+
11+
- Go module: `github.com/net2share/dnst-scanner`
12+
- CLI framework: [cobra](https://github.com/spf13/cobra)
13+
- Shared library: [go-corelib](https://github.com/net2share/go-corelib) for OS detection and TUI
14+
- Main command: `dnst-scanner scan`
15+
- Config via flags and/or config file
16+
17+
**Scope:** This issue is about creating the project structure, menu, and command skeleton only. Commands should display dummy/placeholder text. No actual scanning functionality - that comes in later issues.

0 commit comments

Comments
 (0)