DEV Community

Cover image for RUNME: Run your readme.md
Rahul Raj
Rahul Raj

Posted on

RUNME: Run your readme.md

It is a waste of time to copy and paste the scripts from README.md file to execute in the terminal.
To save us from doing this there is a extension Runme which helps us execute the code directly from the README file without any hassle.

Consider you are having these in your README.md file

Install dependencies

npm install
Enter fullscreen mode Exit fullscreen mode

run nodemon

npm run start:dev
Enter fullscreen mode Exit fullscreen mode

RUNME extension shows it like:

README.md

and from the tiny run button in the left you can execute the commands from README.md

Try it once, You will feel the need to have the extension with you.

If you like the post follow me for more.

Top comments (0)