Package Exports
- @wundergraph/sdk
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wundergraph/sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
WunderGraph SDK
Build WunderGraph applications easily.
Getting Started
install
npm install -g @wundergraph/wunderctl
or
yarn global add @wundergraph/wunderctl
usage
This command will initialize the wundergraph client.
wunderctl init
test
This command will generate the client. Use it to test your code changes quickly.
wunderctl up