2 releases

Uses old Rust 2015

0.9.1 Jan 21, 2022
0.9.0 Nov 12, 2018

#302 in #store

MIT license

16KB
378 lines

Clitask

Clitask is a non-official command line tool for managing webtasks, it comes with a small beta store.

This tool just makes it simple to use the available webtasks in webtask.io

How to use

_$: cargo install clitask

_$: clitask config flopez
> User configured, you now can use this tool to handle webtasks!

_$: clitask list
> flopez/reverse      Reverses the input

_$: clitask add flopez/reverse
> Webtask reverse added to your local repository.

_$: clitask call reverse "reverse this!"
> !siht esreveR

_$: clitask publish to_binary https://webtask.io/webbbtaskurl --description "Convert any input to a binary code"
> Webtask published!

Dependencies

~17–26MB
~397K SLoC