@cyguin/changelog-cli
v0.1.7
Published
CLI scaffolder for @cyguin/changelog
Maintainers
Readme
@cyguin/changelog-cli
CLI scaffolder for @cyguin/changelog.
what it is
Scaffolds a complete API layer into your Next.js app with one command.
install
npm install @cyguin/changelog-cliuse
npx changelog-initThis drops:
app/api/changelog/route.ts GET (list), POST (create)
app/api/changelog/[id]/route.ts GET, PUT, DELETE
app/api/changelog/read/route.ts GET (unread count), POST (mark read)