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

create-cx-app

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-cx-app

Utility app to support `yarn create` command

  • 21.7.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by800%
Maintainers
2
Weekly downloads
 
Created
Source

Create Cx App

Create CxJS apps with no build configuration. This is a utility app to support yarn create command for the CxJS framework.

create-cx-app uses Cx CLI in the background to create a new project directory and set up a Cx scaffold project with the basic app structure.

Usage

To create a new scaffold project inside the current directory and start it, enter:

yarn create cx-app my-app
cd my-app
yarn start

The above command does the same as:

yarn global add create-cx-app
create-cx-app my-app
cd my-app
yarn start

Or if using npm:

npm install create-cx-app --global
create-cx-app my-app
cd my-app
npm start

If something doesn't work, please file an issue.

Keywords

FAQs

Package last updated on 19 Jul 2021

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