@jungvonmatt/create-wekit-app

Create WEKit app

Usage no npm install needed!

<script type="module">
  import jungvonmattCreateWekitApp from 'https://cdn.skypack.dev/@jungvonmatt/create-wekit-app';
</script>

README

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