0.2.19 • Published 1 year ago
create-xtensio-app v0.2.19
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-appWith 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>