Generate files/directories in an already made folder
Currently, only two commands work for generating the starter code. Which are:
# project name given by user
create-rs-project <project_name>
and
# with default name rs_project
create-rs-project
New Addition
This command should take the current directory name, that the user is in and make this directory the root directory of the starter code and take it from there.