wunderctl init
Published: 2022-05-23
The wunderctl init
command initializes a new WunderGraph Application.
To do so, it's using templates to create a new directory structure.
The default template can be safely installed into any directory, as it only creates files in .wundergraph/
in the current directory.
Additionally, the default template is independent of any frontend or backend frameworks.
Templates#
If you're looking for more opinionated starter templates, have a look at the following list:
NextJS (React) with TypeScript#
$ wunderctl init --template nextjs-starter
NextJS (React) with TypeScript and PostgreSQL#
$ wunderctl init --template nextjs-postgres-starter