DEV Community

Cover image for New version of my CLI to generate APIs in Node.js with a single command!
Facul Darlan
Facul Darlan

Posted on

New version of my CLI to generate APIs in Node.js with a single command!

For those who don't know, I've developed a command-line tool (CLI) called Api Boilerplate, which speeds up the development of APIs in Node.js by generating pre-configured templates with best practices.
The Boilerplate API has been improved based on community feedback and is now more complete and flexible.

Features:

  • Express, Fastify and Hono.js support
  • Automatic typescript configuration
  • Test environment ready with Vitest, Jest or Test Runner
  • Automatic configuration of ESLint + Prettier

You can test with a simple command:
npx @darlan0307/api-boilerplate <project-name>

Post in LinkedIn

Feedback is more than welcome. If you have any suggestions, ideas or would like to contribute, it would be a pleasure!

This tool was designed for those who want to save time without sacrificing organization. If you work with Node.js, try it out and send me your feedback.

Top comments (0)