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

cx-cli

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cx-cli

Command Line Interface tools for CxJS applications

  • 23.12.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
80
increased by90.48%
Maintainers
2
Weekly downloads
 
Created
Source

Cx Command Line Interface

This is a command line tool for the CxJS framework. Cx requires tools such as babel and webpack, which are plugin-based and require a significant amount of work to configure properly.

Cx CLI helps you quickly set up new CxJS projects based on available application templates.

Usage

Install the cx-cli tool:

npm install cx-cli --global

Create a new project

You can easily create new projects with the following commands:

cx create my-app
cd my-app
npm start

If you're using the Yarn package manager, you can also use the yarn create command:

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

Adding a new route to the existing project

cx add route <route_name>

This command creates a new folder - app/routes/<route_name> and copies the index.js and Controller.js files from the template.

FAQs

Package last updated on 15 Dec 2023

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