Warning
This repository is unmaintained and has been archived.
No further updates, bug fixes, or security patches will be provided.
Formely known as Preflight Checks. The goal of this project is to provide a set of automated tests (or checks) that can test and validate the application functionality and responsiveness with an environment as close to production as possible, before the actual deployment to an environment.
$ npm run build After building Harmonia, it should be possible to run the CLI directly using the following command:
$ node dist/cli.jsThe command can be linked and installed on the environment using npm link:
$ npm link
$ harmonia --helpFor details about contributing to this project (e.g. publishing a release), please see CONTRIBUTING.md.