Capacitor CLI - create
Create a new Capacitor project with a stock project structure if you'd rather start fresh and plan to add a UI/frontend framework separately.
npx @capacitor/cli create [options] [directory] [name] [id]
directory
(optional): Directory to create the new app in, such asc:\src\myapp
name
(optional): App nameid
(optional): App Package Id (in Java package format, no dashes), such ascom.example.app
--npm-client <npmClient>
: npm client to use for dependency installation