Crates.io | clitask |
lib.rs | clitask |
version | 0.9.1 |
source | src |
created_at | 2018-11-12 08:38:02.448958 |
updated_at | 2022-01-21 05:39:16.13741 |
description | Run and handle webtasks |
homepage | https://github.com/donflopez/clitask |
repository | https://github.com/donflopez/clitask |
max_upload_size | |
id | 96231 |
size | 28,343 |
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
_$: 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!