mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-12 02:27:31 +00:00
Generate entities from YAML templates and lint support in generated watchers (#253)
* Add lint files generation. * Fix lint errors in generated code. * Load default entities from yaml files. Co-authored-by: prathamesh <prathamesh.musale0@gmail.com>
This commit is contained in:
@@ -43,11 +43,19 @@
|
||||
|
||||
## Demo
|
||||
|
||||
* Install required packages:
|
||||
* In root of the repository:
|
||||
|
||||
```bash
|
||||
yarn
|
||||
```
|
||||
* Install required packages:
|
||||
|
||||
```bash
|
||||
yarn
|
||||
```
|
||||
|
||||
* Build files:
|
||||
|
||||
```bash
|
||||
yarn build
|
||||
```
|
||||
|
||||
* Generate a watcher from a contract file:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user