clitask

Crates.ioclitask
lib.rsclitask
version0.9.1
sourcesrc
created_at2018-11-12 08:38:02.448958
updated_at2022-01-21 05:39:16.13741
descriptionRun and handle webtasks
homepagehttps://github.com/donflopez/clitask
repositoryhttps://github.com/donflopez/clitask
max_upload_size
id96231
size28,343
Francisco López (donflopez)

documentation

README

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!
Commit count: 6

cargo fmt