Software Alternatives & Reviews

5 things to include in your project ASAP

TypeDoc Mochajs JSDoc ESLint
  1. A documentation generator for TypeScript projects
    Pricing:
    • Open Source
    This is done on purpose to generate good looking documentation as seen here. The main modules which generate these documentation reports are jsDoc (Javascript) and typeDoc (TypeScript).

    #Documentation #Documentation As A Service & Tools #Knowledge Base 13 social mentions

  2. Mocha is a JavaScript test framework running on Node.js and the browser, making asynchronous testing simple.
    Pricing:
    • Open Source
    I highly recommend Jest as it is available right out of the box when you use React (CRA), but you could also use other test runners like Mocha, Karma, etc.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 86 social mentions

  3. 3
    An API documentation generator for JavaScript.
    Pricing:
    • Open Source
    This is done on purpose to generate good looking documentation as seen here. The main modules which generate these documentation reports are jsDoc (Javascript) and typeDoc (TypeScript).

    #Documentation #Documentation As A Service & Tools #Developer Tools 49 social mentions

  4. 4
    The fully pluggable JavaScript code quality tool
    Pricing:
    • Open Source
    Add ESLint to your project (even if you plan to use TypeScript). Imagine writing a very long essay/thesis in a Word document without grammar highlighting - do you think you will be flawless? Isn't it nice to be warned of any inaccuracies/errors you made right away?

    #Code Coverage #Developer Tools #Code Quality 229 social mentions

Discuss: 5 things to include in your project ASAP

Log in or Post with