You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
$ create-rs-project .
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.
The text was updated successfully, but these errors were encountered:
Generate files/directories in an already made folder
Currently, only two commands work for generating the starter code. Which are:
and
# with default name rs_project create-rs-project
New Addition
$ create-rs-project .
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.
The text was updated successfully, but these errors were encountered: