https://github.com/codechecks/vis-reg-cypress
https://github.com/codechecks/vis-reg-cypress
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codechecks/vis-reg-cypress
- Owner: codechecks
- License: mit
- Created: 2019-09-08T03:14:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T07:18:29.000Z (over 4 years ago)
- Last Synced: 2025-02-23T04:26:08.448Z (about 1 year ago)
- Language: TypeScript
- Size: 585 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Boilerplate codecheck
Perfect to start working on a new thing
## Install
```sh
npm install --save-dev boilerplate
```
## 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: boilerplate
options:
# ...
# ...
```
## API
## Contributing
All contributions are welcomed. Read more in [CONTRIBUTING.md](./CONTRIBUTING.md)
## Licence
MIT @ [codechecks.io](https://codechecks.io)