liferay-blade-cli

Scaffold and manage Liferay projects using Blade CLI commands.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JoaoPedroAmaral/backBarbearia --skill liferay-blade-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: liferay-blade-cli
Source: https://github.com/JoaoPedroAmaral/backBarbearia/tree/main/.claude/skills/liferay-blade-cli
Command: npx skills add https://github.com/JoaoPedroAmaral/backBarbearia --skill liferay-blade-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Blade CLI provides a streamlined workflow to scaffold Liferay projects, initialize workspaces, generate modules, and control server lifecycles, reducing setup time and inconsistencies.

Core Features & Use Cases

  • Scaffolding modules with blade create templates (mvc-portlet, service-builder, rest-builder, etc.)
  • Workspace bootstrap and version-specific initializations with blade init
  • Server lifecycle management via blade server commands to start, stop, and monitor instances

Quick Start

Install Blade CLI and run blade init to create a workspace, blade create to scaffold modules, and blade server to manage the runtime.

Frequently Asked Questions about liferay-blade-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Liferay module from a template?

To scaffold a Liferay module, use Blade CLI to run the blade create command with templates like mvc-portlet, service-builder, or rest-builder, generating the required project structure quickly.

What is the best way to initialize a Liferay workspace?

Initializing a Liferay workspace requires running the blade init command, which bootstraps the workspace structure and applies version-specific configurations for your Liferay environment.

Can I manage the Liferay server lifecycle using Blade CLI?

Yes, you can manage the Liferay server lifecycle using blade server commands to start, stop, and monitor your Liferay server instances directly from the command line.

Do I need Blade CLI installed to manage Liferay projects?

Yes, Blade CLI must be installed on your system as it provides the necessary blade create, blade init, and blade server commands required to scaffold modules and manage workspaces.

What problems does using Blade CLI for Liferay development solve?

Blade CLI solves Liferay project setup problems by streamlining the workflow to scaffold modules, initialize workspaces, and control server lifecycles, reducing both setup time and configuration inconsistencies.