@cfware/fastify-test-helper-cli

0.3.0 • Public • Published

@cfware/fastify-test-helper-cli

Travis CI Greenkeeper badge NPM Version NPM Downloads MIT

CLI command to start a stand-alone server using @cfware/fastify-test-helper

Install @cfware/fastify-test-helper-cli

This module requires node.js 12 or above.

npm i -D @cfware/fastify-test-helper
npm i -g @cfware/fastify-test-helper-cli

Usage

Just run cfware-fastify-test-helper from inside your project. This will pull options from the default export of ./fastify-test-helper.config.js found relative to your project directory.

You can provide an alternative options file cfware-fastify-test-helper /path/to/options.js. This will find the directory of the project which contains your options file.

In all cases a process.chdir is performed so the server runs from the project directory.

The options file can be in ESM, CJS or JSON format. @cfware/fastify-test-helper will be imported from the project which includes the options file.

Running tests

Tests are provided by xo and ava.

npm install
npm test

Readme

Keywords

none

Package Sidebar

Install

npm i @cfware/fastify-test-helper-cli

Weekly Downloads

2

Version

0.3.0

License

MIT

Unpacked Size

7.13 kB

Total Files

5

Last publish

Collaborators

  • coreyfarrell