Getting Started · Guide · Reference
Jerd requires Node.js 16 or newer.
npm install --global jerdAfter installation, verify the CLI is available:
jerd --helpFrom the repository root:
npm install
npm run build
node dist/cli.js --helpDuring development you can keep TypeScript compiling in watch mode:
npm run devJerd opens entries in your terminal editor. It resolves the editor in this order:
- The
EDITORenvironment variable. - The
editorvalue injerd.config.json. vimas the runtime fallback.
The generated project config currently defaults editor to nvim.
Next: Quick Start