# Functions
Global returns the users global project which holds data from any package downloaded.
GlobalLocation returns the path of the global project.
InitGlobal initializes the global repository for this user.
InitProject creates a new Spread project including initializing a Git repository on disk.
OpenProject attempts to open the project at the given path.
# Constants
GitDirectory is the name of the directory holding the bare Git repository within the SpreadDirectory.
SpreadDirectory is the name of the directory that holds a Spread repository.
# Variables
ErrEmptyPath is returned when a target string is empty.
No description provided by the author
ErrPathNotDir is returned when a target is a file and is expected to be a directory.
GlobalPath is the path that holds the Spread global repository for a user.