create-xxx-app

1.0.0 • Public • Published

create-xxx-app

Create Node.js project with template.

create-xxx-app(CXA) doesn't force you use specific framework. It's for any Node.js projects.

Usage

Basic Usage:

npx create-xxx-app projectname --template react

With addons:

npx create-xxx-app projectname --template react --addon eslint,prettier

--template templateName means copy template from cxa-template-templateName package. In this case, --template react is based on cxa-template-react.

File URL

You can also use file:// URL.

npx create-xxx-app projectname --template file:///path/to/your/template

Create Template

See cxa-template-react as a sample.

You need to publish your template as a package to npm if it's public template. When you use local or private template, please use file:// URL.

License

See LICENSE file.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i create-xxx-app

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

7.77 kB

Total Files

5

Last publish

Collaborators

  • kotofurumiya