Choosing Tools

Routes to the right tool/library choices based on project type (web, JS CLI, JS library, Rust). Load when starting a new project or selecting dependencies.

liangmiqwq 5533b01 5 files · 4.3 KB Updated

File contents

Choosing Tools

Identify the project type, then read the corresponding file:

Project Type When to use Reference
Web Vue apps, Nuxt sites, browser UIs projects/web.md
JS/TS CLI Command-line tools, scripts projects/js-cli.md
JS/TS Library npm packages, shared utilities projects/js-libs.md
Rust Rust projects, systems tooling projects/rust.md

Read the relevant file and follow the tool choices listed there.

Always use the latest stable versions. Use pnpm for all JS/TS projects.

liangmiqwq/skills/tree/main/skills/choosing-tools commit 5533b01a56

Frequently asked questions

npx skillmds@latest add liangmiqwq/choosing-tools