decaf-cli
v0.0.3
Published
Caffeine free tests and assertions.
Readme
Decaf-CLI
Caffeine free tests and assertions.
Installation
You can install Watchful via npm:
npm install decaf-cliThere is no need to install it globally, the recommended approach is to run it by way of npm sciprts.
If you do decide to install it globally, however, you may need to prepend sudo, depending on your setup.
If you would like to contribute or would simply like to have a look at the code, you can clone the repository with Git...
git clone https://github.com/djalbat/decaf-cli.git...then install the dependencies with npm from within the project's root directory:
npm install
