ACM-VIT / create-boilerplate-node

A CLI tool which generates boilerplate code for nodejs server applications taking in various configuration parameters.
MIT License
1 stars 1 forks source link
authentication cli-app expressjs hacktoberfest hacktoberfest-accepted hacktoberfest2022 mongodb nodejs

Kicking Off Hacktoberfest with ACM-VIT!

Boilerplate Generator

A CLI tool which generates boilerplate code for nodejs server applications taking in various configuration parameters.

made-by-acm


Submitting a Pull Request


Guidelines for Pull Request

For additional guidelines, refer to participation rules and CONTRIBUTION.md


Overview

This CLI tool can be used to create boilerplate code for common backend frameworks. Authentication method, Framework of choice, Database of choice, and folder structure architecture can be passed on as arguments. Boilerplate code for Authentication functionality(Login/Register) is created in destination path provided.


Installation


Usage

For example if you would want to create boilerplate code at ./test directory with jwt authentication with express mongoose and mvc architecture, you will use:

 create-boilerplate-node ./test express-mongoose-jwt

Authors

Kaushal Rathi


Contributors