2.0.0 • Published 1 year ago
create-anura-app v2.0.0
Create Anura App (CAA)
Easily setup and create an AnuraOS app.
Usage
npx
npx create-anura-app@latestnpm
npm init anura-appyarn
yarn create anura-app pnpm
pnpm create anura-apppnpm (dlx)
pnpm dlx create-anura-app@latest Flags
!NOTE Anything with
< >around them means it is a required option
[dir]- Skip the project name questions- Usage:
npx create-anura-app@latest newProject
- Usage:
--git- Explicitly tell the CLI to init a Git repo- Usage:
npx create-anura-app@latest --git
- Usage:
--install, -i- Explicitly tell the CLI to install dependencies- Usage:
npx create-anura-app@latest --install npx create-anura-app@latest -i
- Usage:
--default, -y- Scaffold a project with all defaults.- Usage:
npx create-anura-app@latest --default npx create-anura-app@latest -y
- Usage:
--projectType <ts|js>, -p <ts|js>- Select the type of project you want to use- Usage:
npx create-anura-app@latest --projectType js npx create-anura-app@latest -p assemblyscript
- Usage:
--dreamland, -d- Whether to use dreamland or not- Usage:
npx create-anura-app@latest --dreamland npx create-anura-app@latest -d
- Usage:
--author <author>, -a <author>- The authors name- Usage:
npx create-anura-app@latest --author motortruck1221 npx create-anura-app@latest -a motortruck1221
- Usage:
--license <license>, -l <license>- The license you want to use- Usage:
npx create-anura-app@latest --license MIT npx create-anura-app@latest -l MIT
- Usage: