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! 📦
- Host: GitHub
- URL: https://github.com/cruzryan/herokutorepl
- Owner: cruzryan
- License: mit
- Created: 2022-08-28T04:37:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T22:33:14.000Z (almost 4 years ago)
- Last Synced: 2025-10-19T00:15:01.943Z (8 months ago)
- Topics: heroku, npm, replit
- Language: JavaScript
- Homepage:
- Size: 85.8 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`