
Security News
gem.coop Tests Dependency Cooldowns as Package Ecosystems Move to Slow Down Attacks
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.
@hubspot/create-cms-theme
Advanced tools
The quickest way to get started using CMS React is by using @hubspot/create-cms-theme. This CLI tool will generate a starter theme for you to use as a starting point with all the configuration complete and a set of example building blocks to reference or build upon. Speeding up your ability to begin local development with the HubSpot CMS.
npx @hubspot/create-cms-theme@latest
After running the command, you will be prompted to answer a few questions to customize your starter theme.
? What is the name of your theme?
This will be the name that appears in the HubSpot CMS UI when selecting a theme and the name of your Project when accessing your build/deploy information.
? What directory do you want to create your theme in?
This is the parent directory that we will create your theme in. For example if the answer to What is the name of your theme? is MyCmsReactTheme and the answer to this question is /your-theme-directory, then the starter theme will be created in /your-theme-directory/MyCmsReactTheme.
? Do you want to use TypeScript?
This will determine if we setup your theme with TypeScript. If you select No, we will setup your theme with JavaScript.
Upon completion, your theme will have this structure:
your-theme-directory/
├── src/
│ └── theme/
│ ├── assets/
│ ├── components/
│ │ └── modules/
│ ├── styles/
│ ├── templates/
│ ├── fields.json
│ ├── theme.json
│ └── package.json
├── package.json
├── hsproject.json
After creating your theme, you can begin local development by running:
npm run start
FAQs
HubSpot CMS React starter theme
We found that @hubspot/create-cms-theme demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 39 open source maintainers collaborating on the project.
Did you know?

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.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.

Security News
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.

Research
/Security News
Threat actors compromised four oorzc Open VSX extensions with more than 22,000 downloads, pushing malicious versions that install a staged loader, evade Russian-locale systems, pull C2 from Solana memos, and steal macOS credentials and wallets.