create-extension-app

0.2.12 • Public • Published

Create Xtensio App

If you want to start a new extension project the xtensio way, it's easier to use the create-extension-app CLI tool to get started.

Creating a new Project

You can create a new project by running any of the below commands.

npx create-extension-app
# or
yarn create extension-app
# or
pnpm create extension-app

With the command above you'll be asked of your project name or you can just append that to any of the commands above.

Example:

yarn create extension-app <project-name>

Readme

Keywords

none

Package Sidebar

Install

npm i create-extension-app

Weekly Downloads

1

Version

0.2.12

License

MIT

Unpacked Size

126 kB

Total Files

25

Last publish

Collaborators

  • doc-han