#thrift #grpc #protobuf #volo #cli

bin+lib volo-cli

volo-cli is the command line interface for volo, which provides the ability to generate default project layout and manage the idls used

8 releases

0.3.3 Mar 2, 2023
0.3.2 Feb 6, 2023
0.3.1 Jan 9, 2023
0.3.0 Dec 22, 2022
0.1.0 Aug 23, 2022

#726 in Command line utilities

Download history 9/week @ 2022-11-28 14/week @ 2022-12-05 10/week @ 2022-12-12 30/week @ 2022-12-19 8/week @ 2022-12-26 10/week @ 2023-01-02 41/week @ 2023-01-09 3/week @ 2023-01-16 7/week @ 2023-01-23 10/week @ 2023-01-30 59/week @ 2023-02-06 36/week @ 2023-02-13 30/week @ 2023-02-20 42/week @ 2023-02-27 13/week @ 2023-03-06 9/week @ 2023-03-13

103 downloads per month

MIT/Apache

94KB
2K SLoC

Volo

volo-cli is the command line tool for Volo.

volo-cli provides the ability to generate default project layout and manage the idls used.

Install

Simply run:

$ cargo install volo-cli

Usage

USAGE:
    volo [OPTIONS] <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -v, --verbose    Turn on the verbose mode.
    -V, --version    Print version information

SUBCOMMANDS:
    help    Print this message or the help of the given subcommand(s)
    idl     manage your idl
    init    init your project

For more detailed examples, you can check the [documentation][TODO].

Dependencies

~19–26MB
~453K SLoC