Skip to content
/ MBark Public

Chrome Extension for managing UofM COE graduation requirements

Notifications You must be signed in to change notification settings

samrg123/MBark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EECS 441 - MBark

EECS441 MVP for MBark - a chrome extension that helps UofM COE undergrads manage there graduation requirements.

Cloning Repository

  1. Download and setup git from https://git-scm.com/

  2. Open cmd.exe and run:

        git clone "https://[USERNAME]:[PASSWORD]@github.com/samrg123/MBark.git" "[DESTINATION_FOLDER_NAME]" 
    Note: You may need to escape special characters in your [USERNAME] and [PASSWORD]
          or use single quotes instead of double quotes
    
  3. Navigate to [DESTINATION_FOLDER_NAME] with:

        cd "[DESTINATION_FOLDER_NAME]"
  4. Set git name with:

        git config user.name "[NAME]"
  5. Set git email with:

        git config user.email "[EMAIL_ADDRESS]"
  6. [OPTIONAL] - Setup for large files Set up git lfs with:

        git lfs install

Pushing to the Repository

  1. [OPTIONAL LFS Step] Track any large files with:
       git lfs track "[LARGE_FILE]"
    Note: [LARGE_FILE] can include wildcards like: "*.png"
    
  2. Commit your changes with:
        git add "[MODIFIED_FILE/DIR_1 | MODIFIED_FILE/DIR_1 | ...]"
        git commit -m "[COMMIT_MESSAGE]"
        git push
    Note: git add can include wildcards like: "*.png"
          You can also use git add -u to add all modified files
          If you want to remove a file use git rm -f but be careful!
    

Installing developer extension

  1. Open chrome and Navigate to the extension page

  2. Enable Extension Developer Mode

  3. Click "Load Unpacked"

  4. Select the MBarkExtension Folder

  5. You should now have the MBark extension Installed!

    Note: You'll get an annoying "Disable developer mode extensions" warning every time you start chrome
          You cannot disable this. There used to be an old way via group policy, 
          but google removed it because of malware concerns.
          If its really bothering you can install Chrome Canary
    

About

Chrome Extension for managing UofM COE graduation requirements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •