Projects

Managing your Stringer projects

Overview

Each project you convert with Stringer is tracked in your account. You can view and manage all your projects at stringer-cli.com/projects.

Project Dashboard

The projects page shows:

  • Project name — from your package.json
  • Framework — Vue or Nuxt
  • Languages — base and target languages
  • Last activity — when the project was last converted or translated

Managing Projects

Renaming & Archiving Projects

  1. Go to stringer-cli.com/projects
  2. Find the project you want to manage
  3. Click the button on the project card
  4. Select Edit Name or Archive

Archived projects are hidden from the CLI project list but can be restored later from the same menu.

Linking Projects

When you run stringer in a project directory, Stringer automatically links the project to your account based on the package.json name.

If you rename your project or want to re-link:

  1. Run stringer in the new project directory
  2. Follow the prompts to set up or re-link the project

Project Configuration

Project-specific settings are stored locally at ~/.stringer-cli.json. Each project has its own configuration including:

  • Framework type
  • Base language
  • Target languages
  • Output directory
  • Ignored files

See Configuration for details on all settings.


Next Steps