Easily setup and create an AnuraOS app.
npx create-anura-app@latest
npm init anura-app
yarn create anura-app
pnpm create anura-app
pnpm dlx create-anura-app@latest
[!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: