Thanks for contributing to CookCLI Scripts. This project is a VS Code extension that shells out to CookCLI.
- Node.js version from
.nvmrc - npm
- CookCLI installed for local testing (see README)
- Install dependencies:
npm i
- Build the extension:
npm run build
- Watch for changes during development:
npm run watch
- Open this repo in VS Code.
- Press
F5to launch the Extension Development Host. - Open a Cooklang recipe file and run commands from the Command Palette.
npm testnpm run lint
npm run format
npm run spellcheck- Create a feature branch.
- Keep changes focused and include tests when applicable.
- Run the checks above before opening a PR.
- Open a PR with a clear description and screenshots or recordings if you changed user-facing behavior.
If your change affects users, add a short entry to CHANGELOG.md.