Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 5.26 KB

nodejs.md

File metadata and controls

74 lines (61 loc) · 5.26 KB

Node.js

Package Managers

  • bun - Incredibly fast JavaScript runtime, bundler, transpiler, and package manager – all in one.
  • Node Version Manager Desktop - Node Version Manager Desktop - A desktop application to manage multiple active node.js versions.

Bundlers

  • gulp - A toolkit to automate & enhance your workflow.
  • webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
  • Rspack - A fast Rust-based web bundler.
  • rollup - Next-generation ES module bundler.
  • parcel - The zero configuration build tool for the web.
  • pkg - Package your Node.js project into an executable.
  • vite - Next generation frontend tooling. It's fast!

Testing

  • playwright - Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

Command Line Interface

  • Google Indexing Script - Script to get your site indexed on Google in less than 48 hours.
  • jnv - interactive JSON filter using jq.

Static Site Generators

  • VitePress - Vite & Vue powered static site generator.
  • Astro - The web framework for content-driven websites.
  • Starlight - Build beautiful, accessible, high-performance documentation websites with Astro.

Stack Boilerplate

  • The TEA Stack - A starter template for the TEA stack (Tailwind, Eleventy, Alpine).