Skip to content

Commit

Permalink
Add LIOSS tooling, prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Oct 24, 2021
1 parent a8784a7 commit def7621
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,4 @@

## Added

## Fixed

## Changed
- First release
3 changes: 3 additions & 0 deletions bb.edn
@@ -0,0 +1,3 @@
{:deps
{lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
:git/sha "2e2449746deceda288c9a001fe48dfe092e47b06"}}}
5 changes: 3 additions & 2 deletions bin/kaocha
@@ -1,2 +1,3 @@
#!/bin/bash
clojure -A:test -m kaocha.runner "$@"
#!/usr/bin/env bash

exec clojure -M:test -m kaocha.runner "$@"
14 changes: 14 additions & 0 deletions bin/proj
@@ -0,0 +1,14 @@
#!/usr/bin/env bb

(ns proj (:require [lioss.main :as lioss]))

(lioss/main
{:license :mpl
:inception-year 2020
:description "Combine Specmonstah graph generation with Malli entity generation"
:group-id "com.lambdaisland"})


;; Local Variables:
;; mode:clojure
;; End:
4 changes: 1 addition & 3 deletions tests.edn
@@ -1,4 +1,2 @@
#kaocha/v1
{:plugins [:kaocha.plugin/notifier
:kaocha.plugin/print-invocations
:kaocha.plugin/profiling]}
{:plugins [:notifier :print-invocations]}

0 comments on commit def7621

Please sign in to comment.