Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.29 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.29 KB

🧰 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