文件名称:phony:微小的命令行伪造数据生成器
文件大小:17KB
文件格式:ZIP
更新时间:2024-03-11 08:16:37
Go
假 微小的命令行程序,它接受模板并输出假数据。 安装 通过gobinaries.com $ curl https://gobinaries.com/yields/phony | sh 通过去得到: $ go get github.com/yields/phony 例子 # publish email to nsq every 1ms. echo ' {"email":"{{email}}", "subject": "welcome!"} ' \ | phony --tick 1ms \ | json-to-nsq --topic users # add users to FoundationDB. echo " 'set {{username}} {{avatar}}' " \ | phony \ | xargs -L1 -n3 fdbcli --exec # add
【文件预览】:
phony-master
----pkg()
--------phony()
----Readme.md(2KB)
----main.go(2KB)
----History.md(62B)
----Makefile(41B)