Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ava-cli

jamestalmage30MIT0.0.1

Global CLI for AVA

cli-app, cli, ava, test, runner, concurrent, parallel, fast, tape, tap, mocha, qunit, jasmine, tdd, assert, assertion, futuristic, promise, promises, async, function, await, generator, generators, yield, observable, observables

readme

ava-cli

Global CLI for AVA

This is a temporary fix for AVA issue #245. It is not likely to remain the permanent solution.

Install

You must install ava-cli globally, and ava as a local dependency.

$ npm install -g ava-cli
$ npm install --save-dev ava

Usage

Just run ava from inside your project directory. It will automatically find and use the locally installed version.

License

MIT © James Talmage