What do you think?
instead of long lines and verbose package scripts, would be nice to just say generate:nodegen": "generate-it".
Then nodegen could just contain
{
"nodegenDir": "src/http",
"helpers": {
"stub": {
"requestType": "NodegenRequest"
}
},
"confirm": true, // --yes
"mocked": true,
"templates": "github.com/p-mcgowan/burn-it-down",
"inputSpec": "../swagger/build/api.yml"
}
What do you think?
instead of long lines and verbose package scripts, would be nice to just say
generate:nodegen": "generate-it".Then nodegen could just contain