https://github.com/hohonuuli/demoseed
Playground for learning seed (a Scala build tool)
https://github.com/hohonuuli/demoseed
Last synced: 2 months ago
JSON representation
Playground for learning seed (a Scala build tool)
- Host: GitHub
- URL: https://github.com/hohonuuli/demoseed
- Owner: hohonuuli
- Created: 2020-06-23T00:38:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T02:03:23.000Z (almost 5 years ago)
- Last Synced: 2025-02-04T21:45:54.834Z (4 months ago)
- Language: Scala
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demoseed
Playground for trying out [seed](https://github.com/tindzk/seed). This project is set up to mimic a typical sbt/maven/gradle project.
## Commands
```bash
# Configure bloop
seed bloop# configure everything (including .idea)
seed all# Methods to run it
seed run demoseed
bloop run demoseed# Run tests
bloop test demoseed# build jar
seed package demoseed# build a distribution
seed package demoseed --libs
```