2.0.2 • Published 4 years ago

@minddraft/adamantium-frontend-gulp v2.0.2

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
4 years ago

adamantium-frontend-gulp

Building & Deploy System für adamantium frontend

Usage:

  • init
  • set
  • build
  • run
  • staging

init

Bevor andere gulp-Befehle ausgeführt werden können muss eine Initialisierung durchgeführt werden.

Commands:

gulp init

set

Es können Parameter neu gesetzt werden.

Parameter:

  • --stage_api=1-9 Stage API Ecosystem (optional)
  • --stage_upload=1-9 Stage Upload Ecosystem (optional)

Commands:

gulp set --stage_api=1 --stage_upload=1

build

Projekt wird gebuildet für eine gewisse Entwicklungsumgebung.

Parameter:

  • --env=development|staging|production (optional)

Commands:

gulp build (default=developemnt) gulp build --env=development|staging|production

run

Projekt wird gestartet im development Modus.

Commands:

gulp run

stage

Aktueller Projektbranch wird gestaged.

Parameter:

  • --eco=1-9 | all (optional, comma-seperated for multiple stage deploys e.g. 1,3,4,6)
  • --tag=<tag_name> (optional)

Commands:

gulp stage (default=1) gulp stage --eco=1 --tag=branch_1.0.0

release

Aktueller Projektbranch wird released.

Parameter:

  • --eco=1-9 | all (optional, comma-seperated for multiple stage deploys e.g. 1,3,4,6)
  • --tag=<tag_name> (optional)

Commands:

gulp release (default=all) gulp release --eco=1 --tag=release_1.0.0