sparrow
Spec-driven DDD framework for AI coding assistants
File Explorer
- release.yml
- sparrow-logo.png
- analysis.md
- badsmells.md
- tasks.md
- analysis.md
- badsmells.md
- tasks.md
- analysis.md
- badsmells.md
- tasks.md
- .openmole-change.yaml
- config.yaml
- index.ts
- summary.ts
- claude.ts
- codex.ts
- cursor.ts
- index.ts
- kiro.ts
- opencode.ts
- pi.ts
- qoder.ts
- shared.ts
- trae.ts
- types.ts
- config.ts
- exec-errors.test.ts
- exec-errors.ts
- global-config.ts
- harness-init.ts
- init.ts
- package-version.test.ts
- package-version.ts
- plugin-generation.ts
- plugin-init.ts
- project-md.ts
- prompts.ts
- skill-generation.ts
- skills.ts
- tools.ts
- update.ts
- version-compare.test.ts
- version-compare.ts
- apply-implementation.ts
- arch-application.ts
- arch-business.ts
- arch-frontend.ts
- constitution.ts
- design-api.ts
- explore-requirements.ts
- index.ts
- model-architecture.ts
- model-domain.ts
- model-view.ts
- index.ts
- plugin.json
- SKILL.md
- index.ts
- plugin.json
- SKILL.md
- index.ts
- load.ts
- md.d.ts
- registry.ts
- types.ts
- apply.ts
- arch.ts
- archive.ts
- design.ts
- explore.ts
- harness.ts
- index.ts
- model.ts
- plan.ts
- .gitignore
- .mcp.json
- build.js
- CHANGELOG.md
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
node
View Details ▼
node
Server-side JavaScript platform (Node.js).
node {{path/to/file}}
Run a JavaScript file:
node
Start a REPL (interactive shell):
node --watch {{path/to/file}}
Execute the specified file restarting the process when an imported file is changed (requires Node.js version 18.11+):
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm link
View Details ▼
npm link
Symlink a local package into the global `node_modules` or another project for development.
npm {{[ln|link]}}
Symlink the current package globally:
npm {{[ln|link]}} {{package_name}}
Link a globally linked package into another project's `node_modules`:
npm {{[r|unlink]}} {{package_name}}
Unlink a package from the current project:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
npm
View Details ▼
npm
JavaScript and Node.js package manager.
Manage Node.js projects and their module dependencies.
Some subcommands such as `install`, `run`, etc. have their own usage documentation.
npm init {{[-y|--yes]}}
Create a `package.json` file with default values (omit `--yes` to do it interactively):
npm {{[i|install]}}
Download all the packages listed as dependencies in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
# Project Badges
-
Sparrow Logo
