Matecat Official Repository. Matecat is an enterprise-level, web-based CAT tool designed to make post-editing and outsourcing easy and to provide a complete set of features to manage and monitor translation projects.
See the complete installation guide here:
http://site.matecat.com/installation-guide/
yarn format
Format all supported files using prettier.
yarn lint
Lint JavaScript files using eslint.
yarn test
Run tests related to files changed since last commit in watch mode, thanks to jest.
yarn coverage
Run all the tests and collect the coverage information and report it, thanks to jest.