Skip to content

Simple Node Program to clone all students repositories. (Could be done in .SH)

Notifications You must be signed in to change notification settings

coditech/Git_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Git_Manager

Simple Node Program to clone all students repositories. (Could be done in .SH)

Setup

    git clone https://github.com/coditech/Git_Manager.git
    cd Git_Manager
    cd 00_GitManager
    npm install

Use

Clone/Update Repository list.

    node ./GitManager.js

Check Exercise/Challenges

    node ./GitManager.js check (exercise/challenge name) stepNumber

    e.g cv-styling : node ./GitManager check cv-styling 2
    > return all student names that have not finished the exercise at step 2.

It should clone all submissions folder.

Task List

  • Implement Update Function.
  • Implement Arguments.
  • Implement Exercises/Challenges Checkup.
  • Implement fetching repo list from API
  • Implement List of Exercises/Challenges to verify.
  • Implement more arguments e.g : completed exercises etc..
  • Cleanup the Code.
  • Implement Code reading.
  • Implement Code Compare (with others students)

About

Simple Node Program to clone all students repositories. (Could be done in .SH)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published