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:
Ashwin Phatak
2021-09-27 18:03:04 +05:30
committed by GitHub
co-authored by prathamesh
parent 11d16b9870
commit 338cef9954
19 changed files with 375 additions and 382 deletions
+12 -4
View File
@@ -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: