1.0.1 • Published 2 years ago

owl-eye v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Why this package exist?

  • This is a simple npm package introducing the concepts of clean code book into your terminal, as a reminder to you and your peers on what is clean code means.
  • Its a different and directive way of delivering knowledge to programmers.
  • Please always install this package as Dev-dependency.

About This Package

  • owl-eye is a very light weight package, meant to be run in development only.
  • It has zero dependency on other packages.

Usage

  1. Install the package npm install owl-eye
  2. Require it in any of your files const owlEye = require('owl-eye')
  3. Run your app as normal.
  4. You will notice rules will be printed on your the terminal's log.