Lots of additions:

- fixed issue#1: break endless loop for non-codes
- added config file support
- added logo
- added unit tests
- added ci test pipeline
- added issue templates
- added binary release builder
- enhanced documentation
- made the number of columns flexible based on word size
This commit is contained in:
2024-03-20 12:36:55 +01:00
parent f6a417b04d
commit 186c95076e
30 changed files with 874 additions and 41 deletions

2
t/debug.txtar Normal file
View File

@@ -0,0 +1,2 @@
exec testgfn -d Vs
stdout 'gfn/generate.go:'

2
t/help.txtar Normal file
View File

@@ -0,0 +1,2 @@
exec testgfn -h
stdout 'This is gfn'

2
t/list.txtar Normal file
View File

@@ -0,0 +1,2 @@
exec testgfn -l
stdout 'JapaneseNamesDiverse'

1
t/noarg.txtar Normal file
View File

@@ -0,0 +1 @@
! exec testgfn

2
t/nocode.txtar Normal file
View File

@@ -0,0 +1,2 @@
exec testgfn akx
stdout 'akx'

2
t/nocodeloop.txtar Normal file
View File

@@ -0,0 +1,2 @@
exec testgfn akx
! stdout 'akx akx'

2
t/template.txtar Normal file
View File

@@ -0,0 +1,2 @@
exec testgfn Idiots
stdout 'face'

2
t/valid.txtar Normal file
View File

@@ -0,0 +1,2 @@
exec testgfn sVdmi(usus|hehe)
stdout 'usus'

2
t/version.txtar Normal file
View File

@@ -0,0 +1,2 @@
exec testgfn -v
stdout 'This is gfn version'