chore: update README with new CLI options for configuration and linting & add NOTICE #66

Merged
blas merged 5 commits from feat/update-docu into main 2026-03-27 14:11:30 +00:00
Showing only changes of commit ef804b74c2 - Show all commits

View File

@@ -1,6 +1,6 @@
{
"name": "@0kmpo/openapi-clean-arch-generator",
"version": "1.3.10",
"version": "1.3.14",
"description": "Angular Clean Architecture generator from OpenAPI/Swagger",
"main": "dist/main.js",
"bin": {
@@ -39,6 +39,14 @@
}
],
"license": "MIT",
"files": [
"dist/main.js",
"dist/package.json",
"dist/src/",
"dist/templates/",
"README.md",
"LICENSE"
],
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",