hackermondev / replit-exporter

Simple tool to bulk download all repls from your 🌀 Replit account
26 stars 1 forks source link

Hello, sorry if I'm being dumb! How do you use this as I want to export my projects? #2

Open JamesJefferyRepl opened 2 weeks ago

JamesJefferyRepl commented 2 weeks ago

Would you be able to give a more detailed tutorial?

What CLI do I use?

hackermondev commented 2 weeks ago

@JamesJefferyRepl hi, this works like a basic npm CLi, install the npm package (with the instructions from the README) and run the CLI in your console.

JamesJefferyRepl commented 2 weeks ago

Hello, sorry for being silly, but could you give me a full tutorial with all of the requirements (software I need, etc.) as I am out of my depth here.

For example, what console do I need (software)?

domluther commented 2 weeks ago

Hello, sorry for being silly, but could you give me a full tutorial with all of the requirements (software I need, etc.) as I am out of my depth here.

For example, what console do I need (software)?

The project uses node + npm. So you need https://nodejs.org/en installed

When that is installed, you get access to a command called npm.

Then open up your command line and do what is mentioned in the readme.