https://github.com/ktakashi/saven
Scheme dependency manager
https://github.com/ktakashi/saven
Last synced: about 1 month ago
JSON representation
Scheme dependency manager
- Host: GitHub
- URL: https://github.com/ktakashi/saven
- Owner: ktakashi
- License: bsd-2-clause
- Created: 2019-09-06T08:35:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T09:15:59.000Z (over 5 years ago)
- Last Synced: 2024-10-06T01:21:54.926Z (7 months ago)
- Language: Scheme
- Size: 70.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Saven: Scheme dependency manager
================================`saven` is a Scheme dependency manager and deliverable builder. This tool
resolved the project dependencies, make deliverable, and runs tests.How to install
==============You can install `saven` with the following command:
```
curl https://raw.githubusercontent.com/ktakashi/saven/master/install.sh | /bin/sh
```Hot to use
==========`saven` requires specific directory structure and configuration file. See
`test-module`, which contains example module.If you have a proper `saven` module, then you can use `sav` command. The
`sav` command takes multiple targets. The followings are the targets:- `build`
- `test`
- `package`
- `clean`Directory structure
-------------------TBD
Saven file
----------TBD
Misc
====The name `saven` comes from Dutchised English word *saven* means, *save*.
The tool itself is highly inspired by `maven` so it also means Scheme + maven.