cargo build --releaseThe built binary is stored in: 'target/release/ltx'
Every method is named the same as what is used in the Litecoin Core project's RPC integration (whose documentation is just the Bitcoin Core RPC, available here.
ltx --sendtoaddress <address> <amount>
ltx --getnewaddress <label (optional)>
ltx --getbalance <confirmation_count(optional)>
ltx --listaddressgroupings
ltx --help