Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodejs-crud

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejs-crud

Help for node crud... eg, make crud (roles,users) with single command.

  • 0.0.2
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

what is this?

Help for create node cruds (users crud,roles crud, anyName crud) with single command (built-in crud code). Help for node helpers like user helper (built-in helper function code).

Installation

npm install nodejs-crud -g --save

Quickstart...

    First install globally -- 

    1- use command create crud : nodejs-crud nameCrud
        create : myapp/routes/users.route.js
        create : myapp/controller/users.controller.js
        create : myapp/models/users.model.js
        create : myapp/services/users.service.js
        

How to Use

  • Step 1 : install globally -- npm install -g express-generator

  • Step 2 : make new node project using express generator -- express --view=pug myapp

  • Step 3 : make new folder controllers

  • Step 4 : make new folder models

  • Step 5 : make new folder services

  • Step 5 : make new folder routes (alreadt exist if not exist then create)

  • Step 6 : now run command for create crud : nodejs-crud crudName

  • Step 7 : now run command for create helper : nodejs-crud -helper crudName

Features

  • Simple CLI interface for adding Component.
  • Colourful terminal output!
  • Auto genrate crud.!
  • Auto genrate helper.!

Note

Must install this pakage globally.!

Keywords

FAQs

Package last updated on 08 Nov 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc