Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 1.52 KB

notes.md

File metadata and controls

15 lines (14 loc) · 1.52 KB

JS Package Notes

  • commitlint: lint commit messages - commitlint.js.org
  • eslint: find and fix problems in your JavaScript code - eslint.org
  • husky: modern native Git hooks made easy - typicode.github.io
  • jest: a delightful JavaScript Testing Framework with a focus on simplicity - jestjs.io
  • lerna: a tool for managing JavaScript projects with multiple packages - lerna.js.org
  • lodash: a modern JavaScript utility library delivering modularity, performance & extras - lodash.com
  • nanoid: a tiny (108 bytes), secure, URL-friendly, unique string ID generator
  • next: React Framework for Production - nextjs.org
  • razzle: build modern JavaScript applications from zero to production - razzlejs.org
  • parcel: zero configuration build tool for XXX - parceljs.org
  • superstruct: makes it easy to define interfaces and then validate JavaScript data against them - repo
  • zod: TypeScript-first schema validation with static type inference - zod.dev - repo