1.0.0 • Published 2 years ago

@meteor-web3/model-parser v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

model-parser

npm version npm License

Overview

When developers run in a existing meteor app.

meteor deploy

output/app.json will be generated locally, which contains various detailed information about this deployed app.

In the data structure of this JSON, some properties such as modelId may have nested levels, so the model-parser package is needed to facilitate developers in retrieving key information from output/app.json.

This package will be automatically included in package dependencies of the inited(meteor init <app>) meteor app project.

Install

pnpm install @meteor-web3/model-parser
1.0.0

2 years ago