Skip to content

Commit

Permalink
Explain purpose a little more.
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Nov 25, 2022
1 parent c463c77 commit c1634e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ A port to Common Lisp of
[Oatmeal](https://github.com/eigenhombre/oatmeal/), a Common Lisp
project generator.

# Features

This program provides a simple template for new Common Lisp projects, including:
- Project run on SBCL, a free, fast and multi-platform Lisp system
- Build stand-alone binaries for the current architecture with one command (`make`)
- Install on current path (`make install`)
- Run unit tests for current project (`make test`)
- Run tests and build sample project within Docker (`make docker`)
- Do the above in the GitHub Actions CI system (see generated `build.yml`)

# Status

Very very alpha. I'm using it, probably nobody else is.
Expand Down

0 comments on commit c1634e6

Please sign in to comment.