smithery/melbournedeveloper

pub-get

Install all Dart and npm dependencies in dependency order

Installation

$ npx skills add smithery/melbournedeveloper --skill pub-get

Also in this package

Other skills from smithery/melbournedeveloper.

npx skills add smithery/melbournedeveloper

Browse all from smithery/melbournedeveloper

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,117 B
  • docs SUMMARY.md 72 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Install Dependencies

Run the dependency installer that handles the tiered monorepo structure.

./tools/pub_get.sh

What it does

Installs dart pub get and npm install across all packages and examples in dependency order:

  1. Tier 1 (Core): dartlogging, dartnodecoverage, dartnode_core, reflux
  2. Tier 2 (Packages): dartjsx, dartnodeexpress, dartnodews, dartnodebettersqlite3, dartnodemcp, dartnodereact, dartnodereact_native
  3. Tier 3 (Examples): frontend, markdowneditor, refluxdemo/webcounter, backend, mobile, jsxdemo

Order matters because Tier 2 depends on Tier 1, and Tier 3 depends on both.

After running

Report any failures. If a package fails, it's usually because:

  • A dependency in an earlier tier hasn't been published yet (use dart run tools/switch_deps.dart local for local dev)
  • npm packages need npm install in a subdirectory (e.g., examples/mobile/rn/)