@frontitude/cli
Version:
The Frontitude CLI enables product teams to integrate their code with Frontitude (frontitude.com), thus creating a single source of truth for their product copy, from design to development.
45 lines (30 loc) ⢠1.93 kB
Markdown
# Frontitude Developer CLI
The Developer CLI enables you to integrate your codebase with [Frontitude](https://www.frontitude.com?utm_source=dev-cli-docs) to create a true single source for your UX content, from design to development.
Developers can use this tool to effortlessly pull the latest strings from your Frontitude workspace into the codebase.
It works seamlessly with any i18n framework that supports the [i18next](https://www.i18next.com/) standard, facilitating quick and easy integration with your existing code.
## Requirements
- Enabled Developer CLI integration in [your workspace settings](https://app.frontitude.com/settings/integrations?utm_source=dev-cli-docs)
- Access token from your Frontitude workspace
- Installed Node.js >= 18 (For Node.js 14 LTS through 17, use CLI version 1.0.24)
## Installation
You can install the Frontitude CLI globally via NPM or Yarn:
```bash
npm install -g @frontitude/cli
# or
yarn global add @frontitude/cli
```
Or locally:
```bash
npm install --save-dev @frontitude/cli
# or
yarn add --dev @frontitude/cli
```
<aside>
š” After installation, you can run the Frontitude CLI using the `frontitude` command, or using the `fttd` alias.
</aside>
## Documentation
Please refer to the [Frontitude Developer Docs](https://developer.frontitude.com) for detailed information on how to use the CLI and other developer tools.
## Example repositories
- [Frontitodo](https://github.com/frontitude/frontitude-demo-app-react) - A demo todo app, demonstrating string management with Frontitude's developer tools and how to integrate the CLI output with [React-i18next](https://www.npmjs.com/package/react-i18next). Follow the installation steps to see it in action, from design to development.
## Contact us
We'd love to hear from you! For any feedback or support, contact us at [support@frontitude.com](mailto:support@frontitude.com).