23.12.1 • Published 2 years ago

cx-cli v23.12.1

Weekly downloads
128
License
SEE LICENSE.md
Repository
-
Last release
2 years 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

2 years ago

23.12.0

2 years ago

23.7.0

2 years ago

21.6.3

2 years ago

21.6.2

4 years ago

21.6.1

4 years ago

21.4.1

4 years ago

20.11.1

5 years ago

20.11.2

5 years ago

20.11.0

5 years ago

19.7.0

6 years ago

19.5.0

6 years ago

18.5.1

6 years ago

18.5.0

7 years ago

17.12.0

8 years ago

17.10.8

8 years ago

17.10.7

8 years ago

17.10.6

8 years ago

17.10.5

8 years ago

17.10.4

8 years ago

17.10.1

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

17.10.3

8 years ago

17.10.2

8 years ago

17.6.2

8 years ago

17.6.1

8 years ago

17.6.0

8 years ago

17.4.2

8 years ago

17.4.1

8 years ago

17.4.0

8 years ago

17.3.1

8 years ago

17.3.0

8 years ago

17.1.0

8 years ago

16.12.1

8 years ago

16.12.0

9 years ago

16.11.3

9 years ago

16.11.2

9 years ago

16.11.1

9 years ago

16.11.0

9 years ago