All Projects → wurstscript → WurstSetup

wurstscript / WurstSetup

Licence: Apache-2.0 License
Grill package manger & setup tool UI

Programming Languages

kotlin
9241 projects

CircleCI codebeat badge codecov

WurstScript Setup App

Allows automated installation of a wurstscript environment and project setup.

Grill

Grill is the name of the CLI and dependency manager used by the UI internally. Pro users can make use of grill from the shell:

Update/Remove wurst installation

Update or remove the global wurst installation by using the special wurstscript identifier.

> grill install wurstscript
> grill remove wurstscript

Creating a new project

To create a new project, use generate and supply your name of choice.

> grill generate <project_name>

Updating a project

By not passing any additional arguments grill will assume that the execution location is a wurst project.

To update all project dependencies use:

> grill install

To add a new dependency to your project, use:

> grill install <git_url>

Testing a project

Use test to compile the project at the current location and run unit tests.

> grill test

Building the project

Use build to generate an output map according to wurst.build specifications.

> grill build

How it works

Wurst Installation

The wurst compiler gets downloaded into the users home directory into a wurst folder ~/.wurst

Project Generation

The setup app downloads this repo https://github.com/Frotty/WurstBareboneTemplate as a wurst project template and then inserts the necessary local parths as well as generating the wurst.dependencies file. Dependencies are stored in _build/dependencies/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].