skillglobalDeploymentbeginner

MuleSoft Project Bootstrapper

Scaffolds a complete MuleSoft project structure with standard directories, configs, and CI/CD pipeline.

(0 reviews)
0 forks
MC
by MuleSoft Community
Name
mulesoft-project-bootstrap
Description
Scaffold a full MuleSoft project with standard structure and CI/CD
Scope
global
Activates when
When the user asks to create or scaffold a new MuleSoft project

Skill Instructions

When the user asks to create a new MuleSoft project:

  1. Create the standard directory structure:
    • src/main/mule/ (flow XMLs)
    • src/main/resources/ (properties, schemas, examples)
    • src/main/resources/dwl/ (reusable DataWeave modules)
    • src/test/munit/ (test suites)
    • src/test/resources/ (test data)
  2. Generate pom.xml with:
    • Mule Maven plugin
    • MUnit Maven plugin
    • Required connector dependencies
  3. Create global.xml with shared configurations
  4. Add environment property files (dev, test, prod)
  5. Set up .gitignore for Mule projects
  6. Optionally add GitHub Actions or Jenkins pipeline for CI/CD

Community Results

0 people tried this

Sign in to share your experience with this prompt.

Tags

scaffoldproject-setupbootstrapci-cd

Reviews (0)

Sign in to leave a review.

No reviews yet. Be the first to share your experience!

Comments (0)

Sign in to leave a comment.

No comments yet. Be the first to share your thoughts!