Conversation
…eate-component-command
feat: Add no-platform starter as default init setup
2.x Prep and base
robert-arias
approved these changes
Apr 22, 2026
callinmullaney
approved these changes
May 20, 2026
…ts-workflow Hotfix: Remove add to projects workflow
BREAKING CHANGE: Emulsify CLI 2 uses the main-branch publish workflow and Node 24 CI release path.
callinmullaney
approved these changes
Jun 5, 2026
callinmullaney
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR does the following:
develop→main)."type": "module") and raises the minimum runtime to Node 24 (.nvmrc,package.jsonengines, and all GitHub Actions).emulsify component createcommand (aliasc) with an interactive workflow:--directoryis not supplied.featuredItem→featured-item), generating Twig, SCSS, YAML/*.component.yml,*.stories.js, and (for SDC)*.js.initsetup and the Drupal starter as a selectable option (getAvailableStarters).component install.@inquirer/prompts.--versionoutput (boxen).Related Issue(s)
Notes:
inithelp text but is not yet implemented — onlydrupaland the no-platform starter are supported today.getDrupalInforeports a fixed major version; parsingcomposer.lockfor the exact version is a known follow-up.Functional Testing:
nvm use(Node 24) →npm ci→npm run build→npm linkso theemulsifybinary is available globally.npm run type,npm test, andnpm run buildall pass on a clean checkout.emulsify --versionrenders the styled (boxen) product name + version box.emulsify init(interactive) and confirm a project is created withproject.emulsify.jsonand dependencies installed.emulsify init myTheme ./web/themes/custom -p drupalclones the Drupal starter into the target and writes valid config.emulsify system install compoundand confirm the system is cached, validated, and required components are installed.emulsify component listprintsstructure -> namefor the installed system/variant.emulsify component create card, choose Default and a directory; verifycard.twig,card.scss,card.yml,card.stories.jsare generated.emulsify component create hero, choose SDC; verifyhero.twig,hero.scss,hero.component.yml,hero.js,hero.stories.jsare generated.emulsify component create featuredItem -d components; verify it lands in afeatured-itemfolder with correctly cased filenames/identifiers.component createfor an existing name and confirm the overwrite prompt appears and that declining cancels cleanly.emulsify component install <name>(single + dependencies),emulsify component install --all, and--forceoverwrite all behave as expected; the overwrite confirm appears when a component already exists without--force.