devdigest
v3.3.0
Published
Launcher for Developers Digest apps and templates
Readme
devdigest
Launcher for Developers Digest apps and templates.
npx devdigest # interactive menu
npx devdigest list # print all apps
npx devdigest open brand-forgeApps
- brand-forge — n8n + Next.js: turn any URL into a brand kit, design system, marketing assets, and a landing page. Repo: n8n-demo.
Develop
pnpm install
pnpm build
node dist/bin/devdigest.jsAdd an app
Edit src/apps.ts:
{
id: "your-app",
name: "Your App",
description: "One line.",
url: "https://github.com/...",
tags: ["n8n"],
}