Essential JavaScript Tooling

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • cz-cli

    The commitizen command line utility. #BlackLivesMatter

  • Conventional Commits using Commitizen.

  • husky

    Git hooks made easy 🐶 woof!

  • Cool, if you have been following till here this is where it gets the most exciting, you must be wondering it's great that we have set these tools up, but someone can still commit to the repo without running these scripts, this is where git hooks come to our rescue. Git hooks are just scripts that run automatically every time an event occurs in the repository. We will use a tool called husky that makes working with git-hooks easy.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • ts-tooling

    Boilerplate for typescript project configured with eslint, prettier, husky, and commitizen.

  • You can see all of this in action on my GitHub repo here

  • ESLint

    Find and fix problems in your JavaScript code.

  • Code Linting using ESLint.

  • deno

    A modern runtime for JavaScript and TypeScript.

  • Setting up Linters can be tedious and tiring but it brings great results once you adopt it and start using it properly in your team. I personally believe that linters and such tools should come with the language itself and developers shouldn't have to worry about setting one up. This experience is much more improved with deno (A secure runtime for JavaScript and TypeScript) which ships with a built-in linter and formatter for JavaScript and TypeScript.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Git Project Configuration With Husky and ESLint

    6 projects | dev.to | 8 Apr 2024
  • Prettier and lint your project with husky and git hooks

    4 projects | dev.to | 25 Aug 2023
  • How to automate format your code on commit

    2 projects | dev.to | 16 Oct 2022
  • Using Static Analysis Tooling with Open Source!

    4 projects | dev.to | 5 Nov 2021
  • Gear up your React codebase with Prettier and ESLint Automation

    3 projects | dev.to | 6 Sep 2021