manjericao/ArchUnitNode Architecture Check

Check architecture rules in your TypeScript/JavaScript project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
config-pathPath to archunit configuration filenoarchunit.config.js
base-pathBase path of the project to analyzeno.
patternsFile patterns to analyze (comma-separated)nosrc/**/*.ts,src/**/*.tsx,src/**/*.js,src/**/*.jsx
fail-on-violationsFail the action if violations are foundnotrue
report-formatReport format (html, json, junit, markdown)nohtml
report-outputOutput path for the reportnoarchunit-report.html
generate-dashboardGenerate metrics dashboardnofalse
dashboard-outputOutput path for the dashboardnoarchunit-dashboard.html
comment-prComment violations on pull requestnofalse
max-violationsMaximum number of violations allowed (0 = fail on any violation)no0
namedescription
violations-countTotal number of violations found
errors-countNumber of error-level violations
warnings-countNumber of warning-level violations
fitness-scoreArchitecture fitness score (0-100)
report-pathPath to the generated report