R/create_build_directory.R
create_build_directory.RdCreate a directory for creating the new app and copy template of files
create_build_directory(appName, description, productName, semanticVersion, appPath, functionName)
| 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 |
nothing, creates a directory