Skip to content

proof reading #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All code is included inside app folder.
<br>All other classes currently in app/src.

## Why Github-Maps?
It started after looking at someones Repository on Github called "RandomPrograms". The repository consisted of subfolders and each subfolder having subfolders. A context was presented by this "RandomPrograms" repository; however, a user could not star and self organize the projects they appreciated.
It started after looking at someone's Repository on Github called "RandomPrograms". The repository consisted of subfolders and each subfolder having subfolders. A context was presented by this "RandomPrograms" repository; however, a user could not star and self-organize the projects they appreciated.

The initial mission of the program is to go through each subfolder in that repository and convert it into a github map with subfolders becoming repositories - either on your account or an account with a moniker "Star" at the end of it. The user will be left with a map. Where projects can be accessed and a user is free to star what they enjoy.

Expand All @@ -23,9 +23,9 @@ cd Github-Map/app
rake demo_github_map
</pre>

Wait for program to complete then check github.com/miketestgit02 to ensure it created.
Wait for the program to complete then check github.com/miketestgit02 to ensure it created.
<pre>rake demo_de_github_map</pre>
Wait for program to complete then check github.com/miketestgit02 to ensure it deleted.
Wait for the program to complete then check github.com/miketestgit02 to ensure it deleted.
## How to use.
#### Convert your repo with many subfolders into a map... with the subfolders as repo's
<pre>
Expand Down