New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-theme

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-theme

[Builderoo](https://builderoo.com) lets you develop themes/templates for custom shopfronts with React that you can deploy on the Builderoo platform to launch your fully custom e-commerce store.

  • 2.1.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Create a new Builderoo theme

Builderoo lets you develop themes/templates for custom shopfronts with React that you can deploy on the Builderoo platform to launch your fully custom e-commerce store.

You can start developing a Builderoo theme by running the following command.

npx create-theme@latest
# or
yarn create theme
# or
pnpm create theme
# or
bunx create-theme

This will ask you for a project name and create a directory structure with minimal files for you to work on. You can open the root directory in an IDE (VSCode/WebStorm) to start developing your theme.

This command also automatically installs the npm dependencies. To skip this step and install the dependencies yourself, pass the --skip-install option like this:

yarn create theme --skip-install

The default package manager is npm. If you'd like to use a different package manager, you can use these options: --use-yarn, --use-pnpm, --use-bun.

Read the Builderoo documentation at https://builderoo.dev

FAQs

Package last updated on 30 Apr 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc