Skip to content

Tool for working with multiple repos as if in a monorepo

License

Notifications You must be signed in to change notification settings

alpaca-core/monolike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monolike

A tool which facilitates the work with multiple repos as if it's a monorepo.

Documentation

Setup

  • Create you own monorepo-like directory
  • Clone monolike inside
  • Copy one of the runners from bin at the directory root (or install it globally)
  • Done one of:
    • Create subprojects.txt at the directory root and run ./mono clone (an example one is provided in etc/)
    • Manually clone your subprojects in the directory

Usage

run from the root directory

$ ./mono cmd [args]

Commands

  • clone - clones repos from subprojects.txt
  • status - runs git status for each subdirectory
  • pull - runs git pull -r in each subdirectory

About

Tool for working with multiple repos as if in a monorepo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published