0.0.2 • Published 5 years ago

@codechecks/vis-reg-routes v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Install

npm install --save-dev @codechecks/vis-reg-routes

Usage

Are you new to codechecks? Check out getting started guide (it's simple)!

Add to your codechecks.yml file:

checks:
  - name: vis-reg-routes
    options:
      collectionName: website # arbitrary name
      buildPath: "./build" # build path so we can automatically serve it for you
      routes:
        # list of routes to make screenshots of
        - /
        - /about
  # ...

API

Contributing

All contributions are welcomed. Read more in CONTRIBUTING.md

Licence

MIT @ codechecks.io