Taglme CLI Application

Cross-platform CLI for reading NFC tags
Usage
nfc-cli [global options] command [command options] [arguments...]
Commands
adapters
- Get adapters list
dump
- Dump tag memory
format
- Lock tag memory
lock
- Lock tag memory
read
- Read tag data with NDEF message
rmpwd
- Remove password for tag write acccess
run
- Load jobs from file and send them to server
setpwd
- Remove password for tag write acccess
transmit
- Transmit bytes to adapter or tag
version
- Application version
write
- Write NDEF message to the tag
help
, h
- Shows a list of commands or help for one command
Global options
--host
- Target host and port
--adapter
- Adapter
Development
make build-windows
β Build .exe for Windows platform
make build-mac
β Build executable file for Mac platform
make build-linux
β Build executable file for Linux platform
make test
β Execute tests
make deps
β Download and store dependencies
make lint
β Execute code linting