0.0.8 • Published 6 months ago

node-typescript-generator v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

node-typescript-generator

npm NPM npm npm collaborators Dependents (via libraries.io) GitHub Repo stars

Note: This README is only relevant to the latest version of our plugin. If you are using an older version, please switch to the relevant tag on our GitHub repo to view the docs for that particular version. This plugin provides a nodejs project template that contain a very usefull file structure, with middleware, controller, routes, models, mongodb and typescript. And also configure all relevant packages with ESlint.

Getting Started

Follow the instruction given bellow

npx node-typescript-generator <ProjectName>

⚙️ Options

 Flag InputDescription
--portstringGive the port in which you want to run your project
--dbstringGive the MongoDB URL to which you want to connect the database on your project
--jwtstringCould you give the JWT_SECRET to which you want to use middleware on your project?. If you are not set then we can create random.