Skip to content

mahyar33/nodepack

 
 

Repository files navigation

Intro

Sample project to show how all projects should set up:

  • mocha, chai, istanbull code test and coverage report
  • travis, coverall CI/CD, automated test and coverage report
  • flow type check
  • lint code style (airbnb style)
  • docco in code documentation
  • winston, rollbar logging and exception report

Build Status Coverage Status

Structure

  • src (source code of the project)
  • tests (all tests)
    • e2e
    • integration
    • unit
  • docs (generated by npm run doc)
  • coverage (generated by npm test)

Commands

  • npm run doc generate docs locally
  • npm run github-pages generate docs locally and publish to github pages
  • npm start run the code
  • npm test run tests locally and generate json, html coverage report
  • npm run travis run tests in travis.ci and update coverall.io

Resources

TODO

  • generate doc from tests or link tests to code doc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 67.4%
  • JavaScript 32.6%