Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 644 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 644 Bytes

Contributing to the BuildTool project

WORK IN PROGRESS

  1. Basic Structure
  2. Testing

Basic Overview

Project tree

  • src/
  • tools/A collection of utility scripts used for automation.
  • lib/ A collection of libraries under development, to be maintained separately in respective repositories in the future.
  • i18n Translation data fetched from the NPM script poeditor:fetch.

Updating translations

"poeditor:build": "ts-node tools/build-translations.ts",
"poeditor:fetch": "ts-node -r dotenv/config tools/poeditor-fetch.ts"

Testing

No tests are available at the moment.