Frontitude Developer Docs
FrontitudeGuidesWhat's new
  • 👋Hello, developer
  • 🔢Quick start
  • Deverloper CLI
    • Installation
    • Authentication
    • Commands
    • Example app
    • Supported client-side frameworks
    • File formats
      • JSON (Web)
      • XLIFF
      • Android XML
      • Apple Strings (.strings)
      • ARB (Flutter)
  • Webhooks
    • Introduction
    • Setting up Webhooks
    • Using Webhooks
    • Events
    • Example webhook handler
  • Security and Compliance
    • Security statement
    • Data collection statement
  • Useful links
    • Demo React app
    • Figma plugin
    • Frontitude guides
    • Product updates
Powered by GitBook
On this page

Was this helpful?

  1. Deverloper CLI

Installation

You can install the Developer CLI globally via NPM or Yarn:

npm install -g @frontitude/cli
yarn global add @frontitude/cli

Or locally:

npm install --save-dev @frontitude/cli
yarn add --dev @frontitude/cli

After installation, you can run the Frontitude CLI using the frontitude command, or using the fttd alias.

PreviousQuick startNextAuthentication

Last updated 1 year ago

Was this helpful?