Skip to content
This repository has been archived by the owner on Jun 12, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (22 loc) · 816 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 816 Bytes

uploadtonya

Uploads the given file to nya.is, optionally using your token to login.

Installation

git clone https://github.com/Flat/uploadtonya.git && cd uploadtonya && crystal build --release ./src/uploadtonya.cr

Usage

Usage: uploadtonya [th] files
    -t TOKEN, --token=TOKEN          Specify access token for nya.is
    -h, --help                       Show this help

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/flat/uploadtonya/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • Flat - creator, maintainer