1oupd / mongoose-movie-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to use:

CREATE:

node src/app.js "add" --title="" --actor="" --genre="" --quote=""

//

READ:

node src/app.js "list"

//

UPDATE:

node src/app.js "update" --title="" --actor="[updated actor]"

//

DELETE:

node src/app.js "delete" --title=""

//

About


Languages

Language:JavaScript 100.0%