add ts command line tool (#2589)

* add x-mod/routine package

* add ts command line tool
This commit is contained in:
JayL 2019-07-20 04:48:41 +08:00 committed by Avelino
parent baa6d4dc9e
commit d6643b94c6

View File

@ -217,6 +217,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [sand](https://github.com/Zaba505/sand) - Simple API for creating interpreters and so much more.
* [sflags](https://github.com/octago/sflags) - Struct based flags generator for flag, urfave/cli, pflag, cobra, kingpin and other libraries.
* [strumt](https://github.com/antham/strumt) - Library to create prompt chain.
* [ts](https://github.com/liujianping/ts) - Timestamp convert & compare tool.
* [ukautz/clif](https://github.com/ukautz/clif) - Small command line interface framework.
* [urfave/cli](https://github.com/urfave/cli) - Simple, fast, and fun package for building command line apps in Go (formerly codegangsta/cli).
* [wlog](https://github.com/dixonwille/wlog) - Simple logging interface that supports cross-platform color and concurrency.