Skip to content

Commit

Permalink
Flutter에서 monorepo사용하기
Browse files Browse the repository at this point in the history
feat. by melos
  • Loading branch information
thinoo-v2 authored Aug 20, 2023
1 parent c412f19 commit 49613e3
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
# learn-monorepo-flutter
# Monorepo


1. melos를 설치합니다.

```
dart pub global activate melos
```

2. flutter project를 생성합니다.

```
flutter create app
```


3. melos.yaml를 생성합니다.


```
name: @ouul
packages:
- packages/**
- apps/**
command:
bootstrap:
usePubspecOverrides: true
```

0 comments on commit 49613e3

Please sign in to comment.