Creating a workspace
10x Resume candidates can use Git ↗︎ and the commands described below to prepare workspaces where they build software, author their content and create enquiries.
Create a base workspace
The following commands will setup a parent directory containing a single git workspace directory.
Steps
-
Choose the parent directory for the candidate’s workspaces.
e.g.~/10xresume -
Create the directory and change to it.
Terminal window mkdir ~/10xresume && cd ~/10xresume -
Clone the 10xresume/dev ↗︎ repository there
Terminal window git clone https://gitlab.com/10xresume/dev -
Change to the new
devdirectoryTerminal window cd dev # the base git workspace directory -
Verify software preconditions
Terminal window just preconditionsNo output will be shown if the tools are available. An error will appear if any required tool is not found.
Sample error output
% just preconditionsmissing jq ........ https://github.com/jqlang/jq
Additional workspaces
Candidates create additional git workspaces and worktrees when they are ready to manage multiple versions of their content and/or pursue multiple enquiries. 10x Resume assumes these workspaces are siblings of the base workspace created above.