@dataverse/dapp-table
v1.0.0
Published
<br/> <p align="center"> <a href=" " target="_blank"> <img src="./logo.svg" width="180" alt="Meteor logo"> </a > </p > <br/>
Downloads
4
Keywords
Readme
dapp-table
Overview
Class DappTableClient
Client for retrieving, creating and updating Meteor dapps. Function list:
- getFileSystemModels
- getDapp
- getDapps
- createDapp
- updateDapp
Class ModelParser
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/dapp-table