LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ionic

CLI manages Ionic Framework projects

TLDR

Create new app
$ ionic start [myapp] [blank|tabs|sidemenu]
copy
Serve locally
$ ionic serve
copy
Build for production
$ ionic build --prod
copy
Add platform
$ ionic capacitor add [ios|android]
copy
Run on device
$ ionic capacitor run [ios|android]
copy
Generate component
$ ionic generate component [name]
copy

SYNOPSIS

ionic command [options]

DESCRIPTION

Ionic CLI manages Ionic Framework projects. It creates hybrid mobile apps using web technologies.The tool integrates with Capacitor or Cordova for native functionality. It provides development server, build tools, and code generation.

PARAMETERS

start NAME TEMPLATE

Create new project.
serve
Start development server.
build
Build web assets.
capacitor COMMAND
Capacitor integration commands.
generate TYPE NAME
Generate components, pages, services.
--prod
Production build.
--help
Display help information.

CAVEATS

Requires Node.js. Native builds need platform SDKs. Framework updates may require migration.

HISTORY

Ionic was created by Drifty Co. in 2013 as a framework for building hybrid mobile applications with web technologies.

SEE ALSO

capacitor(1), cordova(1), npm(1), ng(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid