sstephenson / bats

Bash Automated Testing System
MIT License
7.12k stars 519 forks source link

installation? #242

Open ORESoftware opened 6 years ago

ORESoftware commented 6 years ago

in the readme it says "install from source'....I don't see any other way to install this sucker besides installing from source.

one thing we could do, is make this into an NPM package, then people can install this with

npm install -g bats

https://www.npmjs.com/package/bats

but it looks like you already did that.

so then why don't I see npm install -g bats in the readme?

ORESoftware commented 6 years ago

I submitted a PR for this..

https://github.com/sstephenson/bats/pull/243/files

mfdj commented 6 years ago

Not sure if you saw https://github.com/sstephenson/bats/issues/150 yet but near the bottom you'll notice there is a push to keep BATS moving forward at https://github.com/bats-core

(FWIW there is also a Homebrew formula for macOS.)