vuejs-id / cli

CLI Tooling for i18n development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿงฐ Intlify CLI

CLI Tooling for i18n development

๐Ÿ’ฟ Installation

npm

npm install -g @intlify/cli

yarn

yarn global add @intlify/cli

๐Ÿš€ Usage

Usage: intlify <command> [options]

Commands:
  intlify compile  compile the i18n resources                          [aliases: cp]

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

๐Ÿค API

About details, See the API References

๐ŸŒ I18n

Intlify cli is supporting for I18n.

If you would like to localiize Intlify CLI, you can contribute i18n resource to locales directory.

๐Ÿ“œ Changelog

Details changes for each release are documented in the CHANGELOG.md.

โ— Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

ยฉ๏ธ License

MIT

About

CLI Tooling for i18n development

License:MIT License


Languages

Language:TypeScript 80.0%Language:JavaScript 20.0%