Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 673 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 673 Bytes

Nose

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.