Category: shell

Sometimes we just need to get the job done, without wasting our time. As Devops is getting more popular amongst software development teams, bash is often used for automation. For teams maintaining their infrastructure and CI & CD pipelines, Bash is often used for automation.

And all of that in our IDE we’re familiar with.

This is simple, just populate the bin field in the package.json: As you can see, our npm package maps the name “git-diff” to our cli.js file.

Related Articles