0.6.0 • Published 9 months ago

create-wundergraph-app v0.6.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

create-wundergraph-app

The best way to start with Wundergraph is by using create-wundergraph-app. This CLI tool enables you to start with one of the examples/templates provided in the Wundergraph Repository. It even enables you to start with templates provided by the community using the github link.

Local Development

The project has an environment variable called GITHUB_TOKEN that can be used to increase the rate limit of GitHub APIs.

pnpm install
pnpm build

Usage

npx create-wundergraph-app --help
npx create-wundergraph-app --version

Clone an example from the official WunderGraph Repository

npx create-wundergraph-app <project-name>
npx create-wundergraph-app <project-name> -E <example-name>

Clone an arbitrary WunderGraph Template Repository

npx create-wundergraph-app <project-name> -L <github-link>

Integrating WunderGraph with an existing project

npx create-wundergraph-app --init

Local Usage

node ./dist/src/index.js --help
node ./dist/src/index.js --version
node ./dist/src/index.js --init
node ./dist/src/index.js <project-name>
node ./dist/src/index.js <project-name> -E <example-name>
node ./dist/src/index.js <project-name> -L <github-link>
0.5.0

10 months ago

0.6.0

9 months ago

0.5.1

10 months ago

0.4.0

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.3

1 year ago

0.3.1

1 year ago

0.2.2

1 year ago

0.1.0

2 years ago

0.0.1

2 years ago