New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mvc-file-crud

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvc-file-crud

`run npm install`

  • 1.0.8
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

mvc-file-crud

Main features

  1. Create new view views and models
  2. Rename existing views and models
  3. Delete existing models and views

Installing:

$ sudo npm install -g mvc-file-crud

Syntax:

$ mvc [option] file_name [file_name]

Commdands:

OptionsActionAlternative optionsSyntax
-hHelp[--h, -help, --help]mvc -h
-nCreate new models[--n, -new, --new]mvc -n file_name [file_name]
-rnRename existing[-r, --r, --rn, -rename]mvc -rn old_name new_name
-dDelete existing[--d, -del, --del, -delete]mvc -d file_name [file_name]

Example:

mvc -n first_file second_file

The result

.
├── model
|   └─── views
|        ├── first_file.json
|        └── second_file.json
├── views
|   ├── first_file.hbs
|   └── second_file.hbs

Keywords

FAQs

Package last updated on 03 Mar 2017

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