HackGen icon indicating copy to clipboard operation
HackGen copied to clipboard

Hack と源柔ゴシックを合成したプログラミングフォント 白源 (はくげん/HackGen)

Results 2 HackGen issues
Sort by recently updated
recently updated
newest added

ビルド環境をDockerfileに入れてみたものを作りました。 ``` $ git clone https://github.com/yuru7/HackGen.git $ cd HackGen $ docker build -t fontforge-hackgen - < Dockerfile $ docker run --rm -it -v $PWD:/work fontforge-hackgen /work/make_hackgen.sh $ ls build/* ```...

Hello, This lints some parts of scripts with ShellCheck (especially use `grep -E` instead of `egrep`), and set `-e` flag to them. It could be useful for packaging, in terms...