hell-sh/nose

Nose sniffs out errors in your code with no dependencies.

v1.1.2 2021-02-07 02:38 UTC

This package is auto-updated.

Last update: 2024-05-07 09:41:34 UTC


README

Nose sniffs out errors in your code with no dependencies.

Installation

Globally

  1. Get Cone if you haven't already.
  2. As administrator/root, run cone get nose.
  3. That's it! You can now use nose in any directory.

Per Project

  1. Get Composer if you haven't already.
  2. In the directory of your project, run composer require --dev hell-sh/nose
  3. You can now use vendor/bin/nose (or vendor/bin/nose.bat on Windows) in your project's directory.