Skip to content

wundergraph.com

WunderGraph is a Backend for Frontend Framework to optimize frontend, fullstack and backend developer workflows through API Composition.

Package Information

  • Domain: wundergraph.com
  • Name: wundergraph.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install wunderctl

Programs

This package provides the following executable programs:

  • wunderctl

Aliases

This package can also be accessed using these aliases:

  • wunderctl

Available Versions

Show all 20 versions
  • 0.181.0, 0.180.2, 0.180.1, 0.180.0, 0.179.1
  • 0.179.0, 0.178.0, 0.177.0, 0.176.3, 0.176.2
  • 0.176.1, 0.176.0, 0.175.0, 0.174.0, 0.173.0
  • 0.172.0, 0.171.0, 0.170.0, 0.169.3, 0.169.2

Latest Version: 0.181.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +wundergraph.com@0.181.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.wundergraphcom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.