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
- Go to stringer-cli.com/projects
- Find the project you want to manage
- Click the ⋯ button on the project card
- 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:
- Run
stringerin the new project directory - 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
- Commands — CLI command reference
- Configuration — Project settings
- Pricing — Token usage and billing