create-nightwatch
A single-command tool to setup Nightwatch.js
Usage
npm init
To setup Nightwatch based on your answers to a few questions:
npm init nightwatch <root-dir>
To skip all the questions (we'll assume best defaults for you):
npm init nightwatch <root-dir> -- --yes
npm init nightwatch <root-dir> -- -y
npx
To setup Nightwatch based on your answers to a few questions:
npx create-nightwatch <root-dir>
To skip all the questions (we'll assume best defaults for you):
npx create-nightwatch <root-dir> --yes
npx create-nightwatch <root-dir> -y