2.0.4 • Published 7 years ago

bogota v2.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

bogota npm downloads js-standard-style npm

Concurrent tape test-files runner with tap-spec output

Requires NodeJS v6+

Global CLI Install

npm install -g bogota

CLI Usage

$ bogota [test/**/*.js]

If no path(s) are specified, bogota will use test*.js test/**/*.js and tests/**/*.js as paths

As a dev dependency

Install

npm install -D bogota

npm test Usage

{
  ...
  "scripts": {
    "test": "bogota"
  },
  "devDependencies": {
    "bogota": "^2.0.0",
    "tape": "^4.6.3"
  }
  ...
}

And then do npm test

License

MIT. Copyright © Diego Rodríguez Baquero

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago

0.0.1

8 years ago