0.3.0 • Published 4 years ago

@visi/web-client v0.3.0

Weekly downloads
1
License
AGPL-3.0
Repository
github
Last release
4 years ago

🚧 This project is still working in progress and is not guaranteed to work properly.

Visible makes the web better in a perspective of accessibility

ci codecov Maintainability Docker Cloud Build Status

Installation

Make sure you have installed npm and Node.js then run this on your terminal

$ npm i -g @visi/cli@next @visi/plugin-wcag@next

You may need to create .visiblerc.json when you try this for the first time. You can use init to generated the default config.

$ visible init

Now you can diagnose your website on your CLI. See the documentation for more detail.

$ visible --url https://example.com

Related Projects

  • Axe - A11y testing engine for web
  • Lighthouse - A11y and performance alanyzation tool maintained by Google
  • Webhint - A11y testing library which also has a integration for VSCode