create-xtensio-app
v0.2.19
Published
Create a new extension project pretty quick
Downloads
202
Readme
Create Xtensio App
If you want to start a new extension project the xtensio way, it's easier to use the create-xtensio-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-xtensio-app
# or
yarn create xtensio-app
# or
pnpm create xtensio-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 xtensio-app <project-name>