0.0.2 • Published 4 years ago

create-alliage-app v0.0.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

Create Alliage app

CLI allowing to create an Alliage application.

Usage

If you're using yarn (recommanded), you can directly use the following command:

yarn create [distribution] [project directory]

With npm, use the following commands:

npm install -g create-alliage-app
create-alliage-app [distribution] [project directory]

Parameters

  • distribution: The distribution you want to use. Available distributions are here.
  • project directory: The directory in which you want to create your app.