Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codechecks/vis-reg-routes


https://github.com/codechecks/vis-reg-routes

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        


codechecks.io

Vis Reg with easy to use routes


Vis Reg with easy to use routes


Build Status
Software License
codechecks.io

## Install

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

## Usage

Are you new to codechecks? Check out
[getting started guide (it's simple)](https://github.com/codechecks/docs/blob/master/getting-started.md)!

Add to your `codechecks.yml` file:

```yml
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](./CONTRIBUTING.md)

## Licence

MIT @ [codechecks.io](https://codechecks.io)