# mvc-file-crud

> `run npm install`

Latest version **1.0.8** (published 2017-03-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install mvc-file-crud
pnpm add mvc-file-crud
yarn add mvc-file-crud
bun add mvc-file-crud
```

Provides the command `mvc`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2017-03-03 |
| First published | 2017-03-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Constantin Pojoga |
| Maintainers | constantin.pojoga |
| Keywords | create, delete, rename, models |

## Links

- npm: https://www.npmjs.com/package/mvc-file-crud
- Repository: git@gitlab.designory.com:Merck_Components/mvc-file-crud
- npm.io page: https://npm.io/package/mvc-file-crud

## Dependencies (2)

- [prompt](https://npm.io/package/prompt.md) ^1.0.0
- [easy-table](https://npm.io/package/easy-table.md) ^1.0.0

## Recent versions

- 1.0.8 (latest) — 2017-03-03
- 1.0.7 — 2017-03-03
- 1.0.6 — 2017-03-03
- 1.0.5 — 2017-03-03
- 1.0.4 — 2017-03-03
- 1.0.3 — 2017-03-03
- 1.0.2 — 2017-03-03
- 1.0.1 — 2017-03-03
- 1.0.0 — 2017-03-03

## README

# 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:

| Options | Action            | Alternative options         | Syntax |                      
| ------- | ----------------- | --------------------------- | ------ |
|   -h    | Help              | [--h, -help, --help]   	 | mvc -h |
|   -n    | Create new models | [--n, -new, --new]          | mvc -n file_name [file_name] |
|   -rn   | Rename existing   | [-r, --r, --rn, -rename]    | mvc -rn old_name new_name |  
|   -d    | Delete 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

```

---
_Source: https://npm.io/package/mvc-file-crud · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
