Package Exports
- @intlify/cli
- @intlify/cli/dist/cli.d.ts
- @intlify/cli/lib/chunks/format.cjs
- @intlify/cli/lib/chunks/format.mjs
- @intlify/cli/lib/cli.cjs
- @intlify/cli/lib/cli.d.ts
- @intlify/cli/lib/cli.mjs
- @intlify/cli/lib/index.cjs
- @intlify/cli/lib/index.d.ts
- @intlify/cli/lib/index.mjs
- @intlify/cli/package.json
Readme
đ§° 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.