0.1.0 • Published 3 years ago

@blabu.com/phrase-tools v0.1.0

Weekly downloads
109
License
MIT
Repository
github
Last release
3 years ago

Node script for Phrase translation service

Install

npm i @blabu.com/phrase-tools

Prune translations

Finds unmentioned keys in remote resources and deletes them so remote contains no extra keys.

Usage:

  1. Setup your Phrase project – create Phrase config file .phrase.yml in your project.
  2. Run command:
# dry run by default
phrase-tools prune

# pass false to make changes
phrase-tools prune --dry-run false