UNPKG

create-folders-for-typing-practice

Version:
33 lines (29 loc) 875 B
## This NPM package will help to create directories easily for each day of typing practice using command line interface. ---------- #### How to install: ``` npm i -g create-folders-for-typing-practice ``` ---------- #### How to use: 1. Go to the location where you want to create the directories for typing practice. 2. Type the below command in the terminal. Make sure to modify the dayNumber in the below command with the number you want. ##### Creating single directory ``` typecreate dayNumber ``` ##### *example:* ``` typecreate 1 ``` #### What it will do: This creates a directory with the given dayNumber as in the below structure. ``` ├── day1 ├── videos ├── Edited ├── Recorded ├── Bubble Text ├── Result Screenshot ├── Typing ```