@blabu.com/phrase-tools
v0.1.0
Published
Script for Phrase translation service
Downloads
9
Readme
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:
- Setup your Phrase project – create Phrase config file
.phrase.yml
in your project. - Run command:
# dry run by default
phrase-tools prune
# pass false to make changes
phrase-tools prune --dry-run false