Pelckmans CLI for generating static websites with netlify backend
Bootstrap an app for Pelckmans.
You'll need the following installed to use Pelckmans CLI:
- [Node.js][7] (>=12)
To create a new app using Pelckmans, simply run the following command:
npx @euricom/pelckmans-cli <project-name> && cd <project-name>
This will walk you through creating a project, allowing you to choose which template and preferences you want to use.
npx @euricom/pelckmans-cli --help
The default mode of the Pelckmans CLI is to use a template. Each template has different options that can be chosen to configure the initial project to suit your needs.
Current templates include:
- Nextjs (Next.js)
- Default (Simple website)