ngx-markuplint-cli
v0.0.22
Published
tool for running Markuplint in Angualr app
Readme
ngx-html-bridge-cli
What is this library?
This is CLI tool for executing runMarkuplintAgainstTemplateFile of ngx-html-bridge-markuplint.
What is this library for?
Main intended usecase is juse the same as CLI of original Markuplint, but specifically for Angular apps.
API
npx ngx-markuplint file
positional arguments: file: File(s) to run Markuplint against. Accepts glob pattern when run from zsh and fish. Glob behavior is not tested in other shells.
example
npx ngx-markuplint src/app/sample/sample.html
npx ngx-markuplint src/**/*.html