Create WEKit app
npm install @jungvonmatt/create-wekit-app[![NPM Version][npm-image]][npm-url] [![Sonarcloud Status][sonarcloud-image]][sonarcloud-url]
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:
``bash`
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:
`bash``
npx @jungvonmatt/create-wekit-app@latest blog-app
[npm-url]: https://www.npmjs.com/package/@jungvonmatt/create-wekit-app
[npm-image]: https://img.shields.io/npm/v/@jungvonmatt/create-wekit-app.svg
[sonarcloud-url]: https://sonarcloud.io/dashboard?id=jungvonmatt_create-contentful-hugo-app
[sonarcloud-image]: https://sonarcloud.io/api/project_badges/measure?project=jungvonmatt_create-contentful-hugo-app&metric=alert_status