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
run nodemon
npm run start:dev
RUNME extension shows it like:
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)