Create a directory for creating the new app and copy template of files

create_build_directory(appName, description, productName, semanticVersion,
  appPath, functionName)

Arguments

appName

name of app

description

short description of app

productName

product name

semanticVersion

version number: see https://semver.org/ for details on how to use version numbers

appPath

path to new electron app top directory

functionName

the function name in your package that starts the shiny app

Value

nothing, creates a directory