Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matanlurey/swu-bazel
Tools for the TCG, Star Wars: Unlimited
https://github.com/matanlurey/swu-bazel
bazel dart flutter star-wars-unlimited
Last synced: 8 days ago
JSON representation
Tools for the TCG, Star Wars: Unlimited
- Host: GitHub
- URL: https://github.com/matanlurey/swu-bazel
- Owner: matanlurey
- License: mit
- Created: 2024-03-09T22:12:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T23:09:32.000Z (8 months ago)
- Last Synced: 2024-03-10T23:32:35.395Z (8 months ago)
- Topics: bazel, dart, flutter, star-wars-unlimited
- Language: Starlark
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools for Star Wars: Unlimited
[![Build and Test](https://github.com/matanlurey/swu-bazel/actions/workflows/bazel.yml/badge.svg)](https://github.com/matanlurey/swu-bazel/actions/workflows/bazel.yml)
Assorted tools for the the trading card game, [Star Wars: Unlimited](https://starwarsunlimited.com/).
## Getting Started
This repository uses [Bazel](https://bazel.build/) for building and testing in
a self-contained environment.For MacOS or Linux (possibly Windows with WSL), invoke `bazel` from the root:
```sh
./bazel build //...
```As needed, dependencies will be downloaded and the project will be built.
## Testing
```sh
./bazel test //...
```