Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.29 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.29 KB

pravaah.js

Build Status Coverage Status Dependency Status bitHound Overall Score bitHound Code

##Get started.

NOTE: Project is under development and in experimental mode, not ready for production.

  • fork it! via github or clone it using git clone [email protected]:daveamit/pravaah.js.git
  • do npm install
  • fireup your favorite editor ( mine is atom, and I launch it using atom . command )
  • do what to gatta do

And don't forget to keep an eye on the codebase quality, make sure all tests pass and have handsome code coverage (handsome ~ 100% 🤓 )

  • do npm run dev -- --watch to run test in watch mode.
  • do npm run test to run tests and also view code coverage.

Happy coding!