fhipster
Version:
A CLI tool to convert JHipster JDL to Flutter GetX services and models.
27 lines • 510 B
JSON
{
"name": "fhipster",
"version": "1.0.23",
"description": "A CLI tool to convert JHipster JDL to Flutter GetX services and models.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"fhipster": "./cli.js"
},
"keywords": [
"jdl",
"jhipster",
"flutter",
"getx",
"nodejs",
"heavenscode",
"android",
"ios"
],
"author": "HeavensCode",
"license": "ISC",
"dependencies": {
"yargs": "^17.7.2"
}
}