mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-06 15:44:24 +01:00
Install Melos as global package as part of just init
Update README accordingly - Remove Melos from prerequisites
This commit is contained in:
@@ -2,17 +2,13 @@
|
||||
|
||||
Binding generation & build scripts for Dart/Flutter packages of Breez Liquid SDK.
|
||||
|
||||
Prerequisites:
|
||||
- [just](https://github.com/casey/just) command runner.
|
||||
- [Melos](https://github.com/invertase/melos) CLI tool.
|
||||
## Prerequisites
|
||||
- [just](https://github.com/casey/just?tab=readme-ov-file#installation) command runner.
|
||||
|
||||
```
|
||||
just clean
|
||||
just init
|
||||
just gen
|
||||
just build
|
||||
just link
|
||||
```
|
||||
## Getting Started
|
||||
Run `just bootstrap` to initialize your workspace.
|
||||
|
||||
To see all available recipes, run `just`.
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ link:
|
||||
|
||||
# (melos) use instead of flutter pub get
|
||||
init *args:
|
||||
dart pub global activate melos
|
||||
melos bootstrap {{args}}
|
||||
|
||||
# (melos) Generate docs for packages in workspace
|
||||
|
||||
Reference in New Issue
Block a user