@dk/jolly
v0.12.4
Published
Jolly sets up a Saleor Cloud storefront with Vercel and Stripe from your terminal or coding agent.
Readme
Jolly
Ahoy, agent. Go build a store.
Jolly is a homepage + npx CLI + agent setup workflow that helps a customer's own agent set up and iterate on an end-to-end Saleor Cloud storefront.
Jolly is a tool by Dmytri Kleiner that helps agents set up a store quickly using
Saleor, Vercel and Stripe. It is not an official product of Saleor, Vercel, or
Stripe. The package is @dk/jolly; the homepage is https://jolly.cool.
Agent workflow
This repository uses Shipshape for its four-role, spec-driven agent workflow.
Before substantive agent work, install or load Shipshape:
npx skills add dmytri/shipshape --skill '*'For Claude Code:
npx skills add dmytri/shipshape --agent claude-code --skill '*'For Zed:
npx skills add dmytri/shipshape --agent zed --skill '*'For Pi:
pi install npm:pi-shipshapeRead AGENTS.md for agent/tooling configuration.
Development
Requires Node.js >= 23 + npm.
npm install
npm test
npm run test:logic
npm run test:bdd
npm run typecheck