An open API service indexing awesome lists of open source software.

https://github.com/cruzryan/herokutorepl

📦 Migrate your heroku projects to replit! 📦
https://github.com/cruzryan/herokutorepl

heroku npm replit

Last synced: 4 months ago
JSON representation

📦 Migrate your heroku projects to replit! 📦

Awesome Lists containing this project

README

          

herokuToRepl


📦 Migrate your heroku projects to replit! 📦

### Installation

Install [Node.js](https://nodejs.org/en/) and the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) if you don't already have them, and then:

```
npm install -g herokutorepl
```
### Using herokutorepl as a command-line tool:

run: `npm init`
*(herokutorepl command can only run inside a folder with a valid package.json file)*

then run: `herokutorepl`

then just follow the instructions, and you're done! 🎉🎉

### Developing

First install all of the packages with

`npm install`

Then run it using

`npm run dev`

You can also generate a binary using

`npm run build`