Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 794 Bytes

V2.0.md

File metadata and controls

12 lines (9 loc) · 794 Bytes
  • any command accepts github credentials and the name of organization
    • --auth credentials
  • fetch fetches all repositories of that organization
  • generate generates repositories from README.md of the projects just like V1.0 would
  • generate-commits splits repository onto historical commits using GitRepoCommitSplitAI
    • --users USERS.json randomly populated by users signed up on LandingPage
  • publish publishes repo to ProjectName/ProjectName in its own organization

GitRepoCommitSplitAI

a model trained on the open source git repositories corpus - a most recent source code from the main branch vs each change in its commits, creatively infers the commit set from the given source code