Fish-net is a project to generate a non-regression test harness from a Swagger/OpenAPI
npm install
Use the installed tool with :
node node_modules/byoskill-code-generator/bin/index.js
info: Logger is configured {"service":"byoskill-code-generator"}
index.js [commande]
Commandes :
index.js codegenerator [catalog] Generates code using a catalog and a
[project] [output] generation project into an output
folder.
Options :
--version Affiche le numéro de version [booléen]
-c, --catalog Data generated by spring-crud-generator
[chaîne de caractères] [requis]
-p, --project the project containing your code generation scripts.
[chaîne de caractères] [requis]
-o, --output the output path where the code will be generated
[chaîne de caractères] [requis]
-h, --help Affiche l'aide [booléen]
Arguments requis manquants : catalog, project, output
Example :
node node_modules/byoskill-code-generator/bin/index.js -c ../neticoa-sequoia/java/sequoia-classique/presentation/target/openapi.json -p . -o ../neticoa-sequoia/test-harness