0.1.11 • Published 3 years ago
create-nextcms-app v0.1.11
Create Next CMS App
This package includes the create-nextcms-app CLI to make the creation of a next CMS project lighter.
How to use
Quick usage (recommended)
Using yarn create command
yarn create nextcms-app my-project
Using npx
npx create-nextcms-app my-project
Manual install
Using yarn
yarn global add create-nextcms-app
create-nextcms-app my-app
Using npm
npm install -g create-nextcms-app
create-nextcms-app my-app