Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

create-drupal-cloud-app

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-drupal-cloud-app

Create Drupal Cloud Next.js applications with a single command

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

create-drupal-cloud-app

Create Drupal Cloud Next.js applications with a single command.

Usage

npm create drupal-cloud-app my-app

Or with other package managers:

# Using yarn
yarn create drupal-cloud-app my-app

# Using pnpm  
pnpm create drupal-cloud-app my-app

# Using npx directly
npx create-drupal-cloud-app my-app

What it does

This package creates a new Next.js application using the Drupal Cloud Starter template, which includes:

  • ⚡ Next.js with TypeScript
  • 🍃 Drupal integration ready
  • 🎨 Pre-configured styling
  • 📱 Responsive design
  • 🔧 Development tools and linting

Requirements

  • Node.js 14.0.0 or later
  • npm, yarn, or pnpm

After creation

Once your app is created, navigate to the directory and start developing:

cd my-app
npm run dev

Your app will be available at http://localhost:3000.

About

Created by Next Agency for rapid Drupal headless development.

License

MIT

Keywords

nextjs

FAQs

Package last updated on 15 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts