Skip to content

Bookshelf-Writer/treelang

Repository files navigation

Build

GitHub repo file or directory count GitHub code size in bytes GitHub repo size

Script for working with language trees

 go generate ./...
go build -ldflags="-s -w" -o treelang.linux.bin  ./cli/...
./treelang.linux.bin
./treelang.linux.bin --help
./treelang.linux.bin info

./treelang.linux.bin diff -h
./treelang.linux.bin diff --from treeLang/
./treelang.linux.bin diff --from treeLang/ --mode all
./treelang.linux.bin diff --from treeLang/ --master treeLang/en.json
./treelang.linux.bin diff --from treeLang/ --master treeLang/en.json --full
./treelang.linux.bin diff --master treeLang/en.json --slave treeLang/pl.json
./treelang.linux.bin diff --master treeLang/en.json --slave treeLang/pl.json --full

./treelang.linux.bin generate -h
./treelang.linux.bin generate --from treeLang --to TEMP --json --master TEMP/treelang_en.gen.yml
./treelang.linux.bin generate --from treeLang/en.json --to TEMP --json
./treelang.linux.bin generate --from treeLang --to TEMP --json --map
./treelang.linux.bin generate --from treeLang/en.json --to TEMP --yml
./treelang.linux.bin generate --from treeLang --to TEMP --yml --map
./treelang.linux.bin generate --from treeLang/en.json --to TEMP --go-package main
./treelang.linux.bin generate --from treeLang/en.json --to TEMP --go-package main --func-png
./treelang.linux.bin generate --from treeLang --to TEMP --go-package main --map

./treelang.linux.bin generate --from tmp/localization/iBregus_Secret_App/uk.json --to tmp/localization --go-package localization
./treelang.linux.bin generate --from tmp/localization/iBregus_Secret_App/uk.json --to tmp/localization --go-package localization --func-png
./treelang.linux.bin generate --from tmp/localization/iBregus_Secret_App/uk.json --to tmp/localization --go-package localization --map

Mirrors

About

Script for working with language trees

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •