lang-cli
v1.8.4
Published
TaaS
Downloads
10
Readme
CLI for langAPI
To run locally: yarn dev This will parse through current working directory for all tr(...) calls (can be found in src/dir/nestfile.ts and src/testfile.ts)
To run as a package locally: in ./lang, run "npm link". In project directory, run "npm link lang" and then you can use tr(...) anywhere. Running "lang publish" in the project directory will search for all calls to tr(...)