2.0.6-sl.1 • Published 8 years ago
@nightingales/lingui-cli v2.0.6-sl.1
lingui-cli
lingui command line tools for manipulating message catalogues
lingui-cli is part of js-lingui. See the documentation for all information, tutorials and examples.
Installation
yarn global add lingui-cli
# npm install --global lingui-cliNote: If you don't wist to install package globally, it works locally
as well. However, you need either run it from node_modules/.bin/lingui or
add it to your package.json:
{
"scripts": {
"add-locale": "lingui add-locale",
"extract": "lingui extract",
"compile": "lingui compile"
}
}Then you can use:
npm run add-locale -- en cs
npm run extract
npm run compileUsage
See the tutorial or reference documenation.
License
2.0.6-sl.5
8 years ago
2.0.6-sl.4
8 years ago
2.0.6-sl.3
8 years ago
2.0.6-sl.2
8 years ago
2.0.6-sl.1-sl.1-sl.2
8 years ago
2.0.6-sl.1-sl.1
8 years ago
2.0.6-sl.1
8 years ago