Registry / devops / getdesign

getdesign

JSON →
library0.6.11jsnpmunverified

CLI tool for installing DESIGN.md templates into projects, supporting multiple brands. Current stable version 0.6.11. Releases are published on npm with patch version bumps. Key differentiator: opinionated templates for AI-friendly design documentation, focused on design systems. Requires Node >= 18. No alternative CLI tools exist for this specific DESIGN.md concept.

npm install getdesign
INSTALL
IMPORT
SIG · GETDESIGN
G
getdesign
devopsjavascriptv0.6.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
npx getdesign add ibm
npm install -g getdesign && getdesign add ibm
CLI is intended to be run via npx; global install is unnecessary.
add
npx getdesign add <brand>
The 'add' subcommand installs a template. Run from project root.
list
npx getdesign list
Lists available brands and descriptions.

Shows installing a template and listing available brands.

cd my-project npx getdesign add ibm npx getdesign list
getdesign --version
Debug
Known issues
breakingThe package requires Node >= 18. Older versions of Node will fail to run the CLI.
fix
Update Node to version 18 or later.
affects: <18.0.0
gotchaThe 'add' command overwrites existing DESIGN.md without --force flag or prompt in some versions.
fix
Use --force flag to overwrite explicitly, or check target file doesn't exist first.
affects: >=0.6.0
deprecatedNo known deprecations at this time.
Errors
Common errors & fixes
Error: Cannot find module '...'
Missing package installation or corrupted node_modules.
fix
Run 'npm ci' or 'npm install' in the project using getdesign.
Error: The engine 'node' is incompatible with this module. Expected version '>=18'
Node version is below 18.
fix
Upgrade Node to version 18 or later.
Upgrade
Version history
0.6.11latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
getdesign — npm install getdesign · libregistry