Description Usage Arguments Details Value
Create source file directories
1 2 3 | create.source.file.dir(project.id = "", source.file,
source.description = "", project.path = get.project.path(project.id),
project.tree = project.directory.tree, git.path = NULL, git.log = TRUE)
|
project.id |
is the project id name string |
source.file |
is the filename of the source |
project.path |
is the home directory of the project |
git.path |
path to git version control command |
description |
is the string description of what the source file does |
project.directory.tree |
is the list denoting the relative directories within the project |
Intializes git for the project, adds program git tracking, and initializes dependency tracking
source_info list describing the project
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.