From b07da6ff708b0f880686fc8bb231a98cbde6e9cf Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 25 Nov 2023 22:09:33 +0530 Subject: first commit --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1ed4eb --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# maltoken-cli + +Simple CLI program to get a MyAnimeList access token easily. + +You *will* need to generate a Client ID from here: + +Check out maltoken to embed this functionality in your go project. + +## Installation + +``` fish +go install vidhukant.com/maltoken-cli@latest +``` + +## Usage + +Run this in the terminal: + +``` fish +maltoken-cli -h +``` + +## Licence + +Licenced under GNU General Public Licence V3 + +GNU GPL License: [LICENSE](LICENSE) + +Copyright (c) 2023 Vidhu Kant Sharma -- cgit v1.2.3