Upkit Commands

create-package command

Usage Creates an empty package, which can be used as the boilerplate for a new Upkit project.

Syntax

$ upkit create-package [--link] location

Parameters

  • location (required) is the name or location of an empty folder for the new package.
  • --link (optional, default to False) to execute link command after the project is generated.