Initial Marktplaats CLI scaffold

Create mrktplaats-cli from twdehands-cli, updating module/import names, command branding, and token paths while preserving command behavior and payload formats.
This commit is contained in:
2026-04-15 23:45:49 +02:00
commit 7470bf1baa
9 changed files with 2753 additions and 0 deletions

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module github.com/joren/mrktplaats-cli
go 1.25.0
require github.com/joren/mrktplaats v0.0.0
replace github.com/joren/mrktplaats => ../mrktplaats