README.md
changeset 0 5abace724584
child 2 b4a2df4425c4
equal deleted inserted replaced
-1:000000000000 0:5abace724584
       
     1 # madonctl
       
     2 
       
     3 Golang command line interface for the Mastodon API
       
     4 
       
     5 [![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.githubusercontent.com/McKael/madonctl/master/LICENSE)
       
     6 
       
     7 `madonctl` is a [Go](https://golang.org/) CLI tool to use the Mastondon REST API.
       
     8 
       
     9 ## Installation
       
    10 
       
    11 To install the application (you need to have Go):
       
    12 
       
    13     go get github.com/McKael/madonctl
       
    14 
       
    15 Some pre-built binaries are available on the home page (see below).
       
    16 
       
    17 ## Usage
       
    18 
       
    19 This section has not been written yet.
       
    20 
       
    21 Please check the [Homepage](https://lilotux.net/~mikael/pub/madonctl/) for an
       
    22 introduction and a few examples.
       
    23 
       
    24 ## References
       
    25 
       
    26 - [madon](https://github.com/McKael/madon), the Go library for Mastodon API
       
    27 - [Mastodon API documentation](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md)
       
    28 - [Mastodon repository](https://github.com/tootsuite/mastodon)