Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 318 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 318 Bytes

create-aeria-app

Usage

  • -b: don't automatically install dependencies
  • -f: don't check for newer package versions
  • -t TEMPLATE_NAME: specify a custom template (default: app-ts)
$ npm create -y aeria-app
$ npm create -y aeria-app my-app
$ npm create -y aeria-app my-app --template=app-ts