Skip to main content

9 docs tagged with "tooling"

View all tags

Design Tools & Resources

Curated tools and resources that help developers make better design decisions without needing a design degree. Each tool listed here is free or has a meaningful free tier.

npm Workspaces

npm Workspaces is npm's native monorepo feature: one root package that manages multiple nested packages in a single repository, with a single install step and a single lockfile. It has been supported since npm v7, so every modern Node.js installation has it out of the box.

Webpack

Do not use for new projects. Use Vite instead.