How to set Husky

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
  • husky

    Git hooks made easy 🐶 woof!

  • pretty-quick

    ⚡ Get Pretty Quick

  • So basically husky is "Git hooks made easy" and we are going to use to automatically format all of our code that is staged for our commits, so we are going to use the "pre-commit" hook to run pretty-quick a simpler way to run our prettier scripts with configuration

  • 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
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

  • I switch from Eslint to Biome

    3 projects | dev.to | 22 Apr 2024
  • Streamline Your Workflow: Setting Up Git Hooks with Husky to Simplify Version Updates

    2 projects | dev.to | 13 Apr 2024
  • Angular 14 + Prettier + Husky Setup

    2 projects | dev.to | 1 Mar 2024
  • Como adicionar hooks aos commits de seu projeto utilizando Husky

    2 projects | dev.to | 7 Dec 2023
  • My script to install husky, commitlint and lint-staged with zx

    3 projects | dev.to | 18 Nov 2023