mirror of
https://github.com/lingble/twenty.git
synced 2025-11-01 13:17:57 +00:00
I made an MVP of a Command Line Interface to help migrate (just contacts and companies for now) from Attio to Twenty. I made this rushing but here's the code of the script: [code](https://github.com/chrisdadev13/twenty-cli/tree/main) and a little a [demo](https://www.loom.com/share/f98f34f8d9b34728998847d3b97a16b7) :) <img width="650" alt="Screenshot 2024-10-24 at 8 56 27 PM" src="https://github.com/user-attachments/assets/2668084c-941a-4150-875c-1f2b60c1c9ba"> Since Twenty is open source, this kind of tools can be a great way to catch contributions and also improve migrations process. I mean, now with the CLI you can only migrate from Attio, but what if tomorrow someone extends the tool to easily migrate from Salesforce, or any other CRM, to Twenty? 🤔 Co-authored-by: Charles Bochet <charlesBochet@users.noreply.github.com>