23.12.1 • Published 5 months ago

cx-cli v23.12.1

Weekly downloads
128
License
SEE LICENSE.md
Repository
-
Last release
5 months ago

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.

23.12.1

5 months ago

23.12.0

5 months ago

23.7.0

9 months ago

21.6.3

9 months ago

21.6.2

3 years ago

21.6.1

3 years ago

21.4.1

3 years ago

20.11.1

3 years ago

20.11.2

3 years ago

20.11.0

3 years ago

19.7.0

5 years ago

19.5.0

5 years ago

18.5.1

5 years ago

18.5.0

6 years ago

17.12.0

6 years ago

17.10.8

7 years ago

17.10.7

7 years ago

17.10.6

7 years ago

17.10.5

7 years ago

17.10.4

7 years ago

17.10.1

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

17.10.3

7 years ago

17.10.2

7 years ago

17.6.2

7 years ago

17.6.1

7 years ago

17.6.0

7 years ago

17.4.2

7 years ago

17.4.1

7 years ago

17.4.0

7 years ago

17.3.1

7 years ago

17.3.0

7 years ago

17.1.0

7 years ago

16.12.1

7 years ago

16.12.0

7 years ago

16.11.3

7 years ago

16.11.2

8 years ago

16.11.1

8 years ago

16.11.0

8 years ago