Socket
Book a DemoInstallSign in
Socket

@bilalyaver/nodejs-boilerplate

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@bilalyaver/nodejs-boilerplate

Nodejs Boilerplate

unpublished
npmnpm
Version
1.0.2
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

Node.js Boilerplate

This project is for backend developers with node js. It create the "Mongoose models, routers and controllers" with cli command line.

Developer

  • Thanks @bilalyaver for developer.

Badges

MIT License

Support

For support send email to address bilal@thejs.app

Install

  • @bilalyaver/nodejs-boilerplate install with use npm
  npm install -g @bilalyaver/nodejs-boilerplate
  • For new project
  yvr -p
  • For new model, route and controller
  yvr -n <name>

Changelog

v1.0.0 - 2024-08-09

-	Schema Import Feature:
-	Added a new schemasImport function that allows you to easily retrieve all Mongoose schemas in JSON format.
-	The type values in the schema files are now converted and displayed as strings.
-	Tailwind CSS with EJS Templating:
-	Added support for Tailwind CSS to render schema arrays in an aesthetically pleasing manner within EJS files.
-	Introduced a new modelsSchemaDetails table to display the schema details for each model.
-	Implemented dynamic listing of schema details using EJS, allowing users to visualize their models and fields directly within their web application.
-	CLI Command Enhancements:
-	The yvr -p command now automatically adds basic configurations when creating a new project.
-	The yvr -n <name> command has been enhanced with advanced features and improved error handling for invalid inputs when creating new models, routes, and controllers.

v0.0.40 - Initial Release

-	Basic CLI Commands:
-	The yvr -p command allows you to create a new Node.js project.
-	The yvr -n <name> command automatically generates a Mongoose model, router, and controller.

Keywords

nodejs-mongoose-crud

FAQs

Package last updated on 09 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts