21.7.0 • Published 3 years ago

create-cx-app v21.7.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

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.

21.7.0

3 years ago

21.6.1

3 years ago

17.10.7

7 years ago

17.10.6

7 years ago

17.10.0

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

17.10.5

7 years ago

17.10.4

7 years ago

17.10.3

7 years ago

17.10.2

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago

1.0.0

7 years ago