create-cx-app

21.7.0 • Public • Published

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.

Package Sidebar

Install

npm i create-cx-app

Weekly Downloads

1

Version

21.7.0

License

MIT

Unpacked Size

1.74 kB

Total Files

3

Last publish

Collaborators

  • mstijak
  • sasatatar
  • codaxy-npmjs