8000 GitHub - reggi/vmono: πŸ‘»πŸ“š Script that generates a "Virtual Monorepo" for npm packages using submodules and workspaces
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ vmono Public

πŸ‘»πŸ“š Script that generates a "Virtual Monorepo" for npm packages using submodules and workspaces

Notifications You must be signed in to change notification settings

reggi/vmono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

i want to make a tool in bash that does the following

tool <repository-urls...>

  1. create dir in cwd "name" if it already exists do nothing and throw
  2. git init the dir
  3. npm init -y the dir
  4. provide the script n number of repositories as arguments
  5. for each repository url add them as submodules in "packages"
  6. add packages/* to npm workspaces
  7. create a vscode workspace file in "name" dir that has n projects for each repo dir in packages (and an extra one called "root"
  8. run npm install at the root level

About

πŸ‘»πŸ“š Script that generates a "Virtual Monorepo" for npm packages using submodules and workspaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0