mkdir

Parameters:
Name Type Required Default Hint
directory string true The directory to create
cd boolean false false CD into the directory after creating

Command Usage

Create a new directory.

mkdir newDir 
You can also change your current working directory to the new path with the cd flag.
mkdir newDir --cd