https://github.com/archethic-foundation/dart_workspace
Melos workspace for dart libs and applications.
https://github.com/archethic-foundation/dart_workspace
Last synced: 14 days ago
JSON representation
Melos workspace for dart libs and applications.
- Host: GitHub
- URL: https://github.com/archethic-foundation/dart_workspace
- Owner: archethic-foundation
- Created: 2024-06-18T10:59:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T16:16:24.000Z (10 months ago)
- Last Synced: 2024-08-11T17:35:27.743Z (10 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Archethic Dart workspace
This is a workspace bootstraps to work on Archethic Dart applications and libs.
It uses [Melos](https://melos.invertase.dev) to manage link between apps and local libs.
## Setup
1. Install [Melos](https://melos.invertase.dev/getting-started)
```sh
dart pub global activate melos
```
2. Create `apps` directory
2. Clone apps you want to work on into `apps` directory.
1. Create `packages` directory
1. Clone libs you want to work on into `packages` directory.
1. [Bootstrap Melos](https://melos.invertase.dev/getting-started) to link apps to local libs
```sh
melos bootstrap
```