Add 1build tool - command line (#2754)

This commit is contained in:
Gopinath Langote 2019-11-07 04:01:14 +05:30 committed by Ceriath
parent 43c90a7d12
commit 4bba006ed0

View File

@ -188,6 +188,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for building standard or basic Command Line applications.* *Libraries for building standard or basic Command Line applications.*
* [1build](https://github.com/gopinath-langote/1build) - Command line tool to frictionlessly manage project-specific commands.
* [argparse](https://github.com/akamensky/argparse) - Command line argument parser inspired by Python's argparse module. * [argparse](https://github.com/akamensky/argparse) - Command line argument parser inspired by Python's argparse module.
* [argv](https://github.com/cosiner/argv) - Go library to split command line string as arguments array using the bash syntax. * [argv](https://github.com/cosiner/argv) - Go library to split command line string as arguments array using the bash syntax.
* [cli](https://github.com/mkideal/cli) - Feature-rich and easy to use command-line package based on golang struct tags. * [cli](https://github.com/mkideal/cli) - Feature-rich and easy to use command-line package based on golang struct tags.