npm i -g create-directory-with-cli
- Go to the location where you want to create the directory or directories.
- Type the below command in the terminal. Make sure to modify the directoryName in the below command with the name you want.
nmkdir directoryName
nmkdir pages
nmkdir directoryName1 directoryName2
nmkdir pages contexts hooks components firebase
This creates a directory with the given directoryName name as in the below structure.
├── currentDirectoryInTerminal
├── directoryName1
├── directoryName2