herokutorepl
v1.0.9
Published
Converts heroku apps to replit apps!
Readme
Installation
Install Node.js and the Heroku CLI if you don't already have them, and then:
npm install -g herokutoreplUsing 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
