Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
d0422 committed Jun 30, 2024
1 parent c9f8832 commit 70527e6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Multi-starter

Simple cli for multirepo
Simple cli for running multirepo

## Getting Started

Expand All @@ -9,3 +9,15 @@ Simple cli for multirepo
`multi-start` command lets you run projects up to one depth on your current path at the same time.

The cli program allows you to select projects (multiple) and commands.

1. Select multiple repositories to run (Press `<space>` to select, `<a>` to toggle all, `<i>` to invert selection, and `<enter>` to proceed)

<img width="966" alt="image" src="https://github.com/d0422/multi-starter/assets/99241871/db127200-da9c-49e3-b5fc-c8bc5f420e62">

2. Choose script command

<img width="584" alt="image" src="https://github.com/d0422/multi-starter/assets/99241871/78f07c14-d765-47ca-a297-30c3339788ae">

3. Now, Enjoy your development

<img width="594" alt="image" src="https://github.com/d0422/multi-starter/assets/99241871/120ccf8b-d944-4bb7-b0d1-30488eec786a">

0 comments on commit 70527e6

Please sign in to comment.