๐ Auto Translation CLI โ Build Once, Translate Everywhere! ๐
โGood code makes products work. Great code makes them speak every language.โ ๐โจ
Hey Devs ๐,
I built something to make your life easier โ and your apps more global!
Introducing Auto Translation CLI v2.0 ๐ซ
Now with ๐ฑ React Native support, so whether youโre building for web or mobile, your i18n workflow is just one command away.
โก Why?
Because time spent on manual translation setup = time not spent building what matters.
This CLI automates it all:
- ๐ One-command setup
- ๐ Smart file organization
- ๐ Auto-wrap text into
t()
- ๐ฑ Works for React & React Native (Node.js coming soon!)
๐ ๏ธ Core Commands
Command | Description |
---|---|
auto-translation scan |
Scans your project and detects plain text for translation |
auto-translation wrap |
Automatically wraps detected text with t()
|
auto-translation extract |
Extracts translation keys into locale JSON files |
auto-translation organize |
Organizes translations into namespaces and files |
auto-translation strict |
Enforces consistency across teams with strict mode |
๐ Quick Start
Step | Command | Description |
---|---|---|
1๏ธโฃ | npm install -g auto-translation |
Install the CLI globally |
2๏ธโฃ | npx auto-translation |
Launch interactive setup |
3๏ธโฃ | (Choose mode) | ๐ต React (Web) / ๐ฑ React Native / ๐ข Node.js (Coming soon) |
๐ก Remember:
Every app has the potential to go global.
Donโt let language barriers hold your code back.
๐ Try it now: GitHub Repo | NPM
โญ If this inspires you, star the repo & letโs make internationalization effortless together!
๐ฅ Build boldly. Ship globally. ๐
Top comments (0)