added neo cowsay (#3896)

This commit is contained in:
Kei Kamikawa 2021-12-17 18:02:55 +09:00 committed by GitHub
parent ab55a76a01
commit 43ce0f614a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2827,6 +2827,7 @@ _**Unofficial** set of patterns for structuring projects._
* [mockingjay](https://github.com/quii/mockingjay-server) - Fake HTTP servers and consumer driven contracts from one configuration file. You can also make the server randomly misbehave to help do more realistic performance tests. * [mockingjay](https://github.com/quii/mockingjay-server) - Fake HTTP servers and consumer driven contracts from one configuration file. You can also make the server randomly misbehave to help do more realistic performance tests.
* [myLG](https://github.com/mehrdadrad/mylg) - Command Line Network Diagnostic tool written in Go. * [myLG](https://github.com/mehrdadrad/mylg) - Command Line Network Diagnostic tool written in Go.
* [naclpipe](https://github.com/unix4fun/naclpipe) - Simple NaCL EC25519 based crypto pipe tool written in Go. * [naclpipe](https://github.com/unix4fun/naclpipe) - Simple NaCL EC25519 based crypto pipe tool written in Go.
* [Neo-cowsay](https://github.com/Code-Hex/Neo-cowsay) 🐮 cowsay is reborn. for a New Era.
* [nes](https://github.com/fogleman/nes) - Nintendo Entertainment System (NES) emulator written in Go. * [nes](https://github.com/fogleman/nes) - Nintendo Entertainment System (NES) emulator written in Go.
* [Orbit](https://github.com/gulien/orbit) - A simple tool for running commands and generating files from templates. * [Orbit](https://github.com/gulien/orbit) - A simple tool for running commands and generating files from templates.
* [peg](https://github.com/pointlander/peg) - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator. * [peg](https://github.com/pointlander/peg) - Peg, Parsing Expression Grammar, is an implementation of a Packrat parser generator.