https://github.com/lukethacoder/salesforce-trekken
🏭 Salesforce CMS Migration Tool - built with Tauri, React, TailwindCSS & Vite
https://github.com/lukethacoder/salesforce-trekken
react salesforce salesforce-cms salesforce-migration tailwindcss tauri vite
Last synced: 3 months ago
JSON representation
🏭 Salesforce CMS Migration Tool - built with Tauri, React, TailwindCSS & Vite
- Host: GitHub
- URL: https://github.com/lukethacoder/salesforce-trekken
- Owner: lukethacoder
- License: gpl-3.0
- Created: 2022-12-30T11:36:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T02:46:45.000Z (over 2 years ago)
- Last Synced: 2025-02-28T19:31:14.799Z (4 months ago)
- Topics: react, salesforce, salesforce-cms, salesforce-migration, tailwindcss, tauri, vite
- Language: TypeScript
- Homepage: https://trekken.lukesecomb.digital
- Size: 794 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
Salesforce Trekken
Salesforce CMS Migration Tool
View Site
·
Report Bug
·
Request Feature
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]Table of Contents
## What is Salesforce Trekken
[![Salesforce Trekken Screen Shot][product-screenshot]](https://trekken.lukesecomb.digital)
Salesforce Trekken aims to rethink the Salesforce CMS migration experience. Using modern web technologies and thoughtful a user experience, migrating Salesforce CMS data has never been easier.
Salesforce Trekken is a cross-platform web powered desktop application wrapped in [Tauri](https://tauri.app/). The Salesforce REST API is used under the hood in addition to the `sfdx` cli if installed.
> **Note**: This is a fairly early and untested version, especially on non-windows platforms. Any and all feedback is greatly appreciated.
>
> Downloads can be found on the [Releases tab](https://github.com/lukethacoder/salesforce-trekken/releases)### Built With
- [![Tauri][tauri]][tauri-url]
- [![React][react.js]][react-url]
- [![TailwindCSS][tailwindcss]][tailwindcss-url]### Prerequisites
Salesforce Trekken allows you to authenticate using two different methods:
- via the [`sfdx` cli](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm)
- via an `ACCESS_TOKEN`You must have the `sfdx` cli installed with your org already authenticated for the application to pickup the connection.
## Roadmap
- [ ] Named Credentials Authentication
- [ ] Multi-thread REST API requests for CMS dataSee the [open issues](https://github.com/lukethacoder/salesforce-trekken/issues) for a full list of proposed features (and known issues).
## Releases
Releases are auto created from a Github Action that is fired off when a new `git tag` is created on the `main` branch. Before creating the `git tag`, make sure you have manually set the new release version in both the Rust and JavaScript code.
After the Github Action has run, a draft Release will be created. Make sure to edit the release notes before publishing.
## Contributing
To help make this tool as good as it can be, we welcome creating issues/feature requests using this repository.
See [CODE_OF_CONDUCT](https://github.com/lukethacoder/salesforce-trekken/blob/main/CODE_OF_CONDUCT) for more information.
## License
Copyright (c) 2022-2023 Luke Secomb. Distributed under the GPL-3.0 license. See [LICENSE](https://github.com/lukethacoder/salesforce-trekken/blob/main/LICENSE) for more information.
[contributors-shield]: https://img.shields.io/github/contributors/lukethacoder/salesforce-trekken.svg?style=for-the-badge
[contributors-url]: https://github.com/lukethacoder/salesforce-trekken/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lukethacoder/salesforce-trekken.svg?style=for-the-badge
[forks-url]: https://github.com/lukethacoder/salesforce-trekken/network/members
[stars-shield]: https://img.shields.io/github/stars/lukethacoder/salesforce-trekken.svg?style=for-the-badge
[stars-url]: https://github.com/lukethacoder/salesforce-trekken/stargazers
[issues-shield]: https://img.shields.io/github/issues/lukethacoder/salesforce-trekken.svg?style=for-the-badge
[issues-url]: https://github.com/lukethacoder/salesforce-trekken/issues
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=0A66C2
[linkedin-url]: https://linkedin.com/in/luke-secomb/
[product-screenshot]: docs/screenshot.png
[tauri-url]: https://tauri.app/
[tauri]: https://img.shields.io/badge/tauri-242526?style=for-the-badge&logo=tauri
[react.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[react-url]: https://reactjs.org/
[tailwindcss]: https://img.shields.io/badge/TailwindCSS-0f172a?style=for-the-badge&logo=tailwindcss&logoColor=38bdf8
[tailwindcss-url]: https://tailwindcss.com/