hell-sh / nose
Nose sniffs out errors in your code with no dependencies.
v1.1.2
2021-02-07 02:38 UTC
Requires
- php: >=7.0
README
Nose sniffs out errors in your code with no dependencies.
Installation
Globally
- Get Cone if you haven't already.
- As administrator/root, run
cone get nose
. - That's it! You can now use
nose
in any directory.
Per Project
- Get Composer if you haven't already.
- If you have Cone, use
cone get composer
. - Otherwise, follow the instructions on https://getcomposer.org/download/
- If you have Cone, use
- In the directory of your project, run
composer require --dev hell-sh/nose
- You can now use
vendor/bin/nose
(orvendor/bin/nose.bat
on Windows) in your project's directory.