Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayhanadev/replswitcher
Move a Replit project from one Repl to another from your terminal!
https://github.com/rayhanadev/replswitcher
cli cli-tool crosis crosis4furrets repl replit
Last synced: about 2 months ago
JSON representation
Move a Replit project from one Repl to another from your terminal!
- Host: GitHub
- URL: https://github.com/rayhanadev/replswitcher
- Owner: rayhanadev
- Created: 2022-05-15T21:01:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T21:17:05.000Z (over 2 years ago)
- Last Synced: 2024-09-16T00:31:44.762Z (3 months ago)
- Topics: cli, cli-tool, crosis, crosis4furrets, repl, replit
- Language: JavaScript
- Homepage: https://replit.com/@RayhanADev/replswitcher
- Size: 77.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReplSwitcher
![cover image](coverimage.jpeg)
A little CLI tool to assist in transferring one
Repl project to another Repl project, allowing
you to change the language of the Repl in the
process.## Install
You may install any of the binaries included in
[`/dist/`](https://github.com/rayhanadev/replswitcher/tree/master/dist)
or via NPM/Yarn.```bash
# with NPM
$ npm install replswitcher -g# with Yarn
$ yarn global add replswitcher
```# Usage
Open up a shell and run `replswitcher` and you
should be prompted to login and then the
switching wizard will start running.**Note**: To login you will need a hCaptcha
token. These can be created on my website
[Replit Captcha Tokens](https://replit-captcha.rayhanadev.repl.co).