DEV Community

Md Zinnatul Islam Morol
Md Zinnatul Islam Morol

Posted on • Updated on

Create Node.js Project Using Command Line

Image description

👋 Hi Everyone,
Publishing my node.js template in a command-line format. Everyone can easily be creating a node.js application structure using a single line command.

Features:

📌 ES6+ configuration (Babel)
📌 Better error handling
📌 Clean code structure
📌 Google authentication (Passport strategy)
📌 Email authentication with OTP verification (Sent mail using Google Gmail)
📌 Implement MFA using speakeasy
📌 MFA QR code images stored in Cloudinary
📌 Forgot Password via mail
📌 Modern data validation using Joi
📌 Forgot password mail template
📌 OTP validation mail template

Download and usage

𝗖𝗼𝗺𝗺𝗮𝗻𝗱: npx nano-app project-name
Example: npx nano-app nodejs-api

Source Code: https://github.com/jinnatul/nano-app

Demo Video

NB: If you have any queries or suggestions, please write a comment.

Facebook: https://www.facebook.com/morol1957
Linkedin: https://www.linkedin.com/in/morol1957
Twitter: https://twitter.com/jinnatul_md
Github: https://github.com/jinnatul

Oldest comments (0)