create

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2018 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Part of commands/create package, which contains create and update command and sub commands provided by the tool. Helper for create and update command to perform various checks

Part of commands/create package, which contains create and update command and sub commands provided by the tool. Creates, updates and initializes a wio project.

Part of commands/create package, which contains create and update command and sub commands provided by the tool. Helper for create and update command to update targets

Part of commands/create package, which contains create command and sub commands provided by the tool. Types for all the things being used in this package

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Create

type Create struct {
	Context  *cli.Context
	Type     string
	Platform string
	Update   bool
	// contains filtered or unexported fields
}

func (Create) Execute

func (create Create) Execute()

Executes the create command

func (Create) GetContext

func (create Create) GetContext() *cli.Context

get context for the command

type StructureConfigData added in v0.3.2

type StructureConfigData struct {
	App StructureTypeData
	Pkg StructureTypeData
}

type StructureFilesData added in v0.3.2

type StructureFilesData struct {
	Constrains []string
	From       string
	To         string
	Override   bool
	Update     bool
}

#################################### Type for project structure json ##################################

type StructurePathData added in v0.3.2

type StructurePathData struct {
	Constrains []string
	Entry      string
	Files      []StructureFilesData
}

type StructureTypeData added in v0.3.2

type StructureTypeData struct {
	Paths []StructurePathData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL