Dev note
This commit is contained in:
parent
c90c72f4b8
commit
01f59096f8
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ When adding libraries to babashka, consider these evaluation criteria:
|
||||||
|
|
||||||
- Adding the library or class extends the reach of babashka to more libraries in
|
- Adding the library or class extends the reach of babashka to more libraries in
|
||||||
the Clojure eco-system.
|
the Clojure eco-system.
|
||||||
- The library or class useful for general purpose scripting or accomplishing
|
- The library or class is useful for general purpose scripting or accomplishing
|
||||||
useful devops tasks.
|
small devops tasks that would otherwise require a full JVM version of Clojure.
|
||||||
- The functionality can't be met by shelling out to another CLI or can't be
|
- The functionality can't be met by shelling out to another CLI or can't be
|
||||||
written as a small layer over an existing CLI (like `babashka.curl`) instead.
|
written as a small layer over an existing CLI (like `babashka.curl`) instead.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue