Skip to content

Commit

Permalink
feat: refactor CLI for integration into AsyncAPI CLI (asyncapi#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Apr 29, 2024
1 parent c676e85 commit 4d57b29
Show file tree
Hide file tree
Showing 17 changed files with 594 additions and 365 deletions.
3 changes: 2 additions & 1 deletion modelina-cli/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"unicorn/no-await-expression-member": "off",
"security/detect-non-literal-fs-filename": "off",
"no-underscore-dangle": "off",
"unicorn/prefer-module": "off"
"unicorn/prefer-module": "off",
"valid-jsdoc": "off"
}
}
3 changes: 2 additions & 1 deletion modelina-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"/lib",
"/assets",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
"/oclif.manifest.json",
"/README.md"
],
"homepage": "https://github.com/asyncapi/modelina",
"keywords": [
Expand Down
Loading

0 comments on commit 4d57b29

Please sign in to comment.