@bigtest/cli

Use BigTest

Usage no npm install needed!

<script type="module">
  import bigtestCli from 'https://cdn.skypack.dev/@bigtest/cli';
</script>

README

@bigtest/cli

$ bigtest [all] [the] [ things]

Synopsis

$ bigtest --help

Development

To run commands during development, you can use the yarn start followed by any arguments:

$ yarn start server --agent-server http://localhost:2400

would be equivalent to running:

$ bigtest server --gent-server http://localhost:2400

with a version deployed from NPM

Tests

To run the tests:

$ yarn test