Skip to content

create vite + web/node/electron/vscode projects

License

Notifications You must be signed in to change notification settings

tomjs/create-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5cf25ad · Mar 11, 2025
Feb 4, 2024
May 27, 2024
Jun 17, 2024
Sep 1, 2024
May 27, 2024
Nov 15, 2023
Dec 2, 2023
May 27, 2024
May 27, 2024
Dec 7, 2023
May 27, 2024
Dec 7, 2023
Dec 7, 2023
Mar 11, 2025
Nov 28, 2023
Jul 12, 2024
Jul 12, 2024
Mar 11, 2025
Mar 11, 2025
Mar 11, 2025
May 27, 2024
Jun 3, 2024

Repository files navigation

@tomjs/create-app

npm node-current (scoped) NPM

English | 中文

Create a web application based on vite + tomjs.

This is only provided to @tomjs and is not recommended for others to use.

Creating a Project

# pnpm
pnpm create @tomjs/app

# yarn
yarn create @tomjs/app

# npm
npm create @tomjs/app@latest

Then generate the project based on the prompts.

$ pnpm create @tomjs/app -h

create tomjs web app

Usage
  $ create-app [name] [options]

  name                  The package name

Options
  --cwd                 The current working directory (default: ".")
  -e, --example         Only create examples
  -p, --package         Only create packages
  --git                 Only manage git repository
  --verbose             Display verbose output
  -h, --help            Display this message
  -v, --version         Display version number

Examples
  $ create-app my-project

Support templates:

  • vue
  • react
  • electron-vue
  • electron-react
  • node
  • node-cli
  • node-cli-legacy
  • node-vite-plugin
  • node-workspaces
  • vscode
  • vscode-vue
  • vscode-react

Reference project