Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Create WEKit app

NPM Version Sonarcloud Status

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