crud-plopfile
Version:
CRUD files generated automatically using plop
21 lines (20 loc) • 574 B
JSON
{
"name": "crud-plopfile",
"version": "2.0.0",
"main": "crud-generator/plopfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "echo Please add the following to your package.json scripts:\"crud\": \"plop --plopfile node_modules/crud-plopfile/crud-generator/plopfile.js\""
},
"keywords": [
"crud",
"plop",
"plopfile"
],
"author": "Túlio Lira",
"license": "ISC",
"description": "CRUD files generated automatically using plop",
"dependencies": {
"plop": "^4.0.1"
}
}