@jungvonmatt/create-wekit-app
v0.7.5
Published
Create WEKit app
Downloads
63
Keywords
Readme
Create WEKit app
The easiest way to kickstart a new WEKit project using contentful and hugo is by using @jungvonmatt/create-wekit-app
.
This CLI tool enables you to quickly setup a new WEKit application, with everything set up for you.
To get started, use the following command:
npx @jungvonmatt/create-wekit-app@latest
To create a new app in a specific folder, you can send a name as an argument. For example, the following command will create a new WEKit project called blog-app
in a folder with the same name:
npx @jungvonmatt/create-wekit-app@latest blog-app