Skip to content

Commit

Permalink
Add clj-commons/fs to projects [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 29, 2020
1 parent e1f1fbd commit 25966e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The following libraries and projects are known to work with babashka.
- [version-clj](#version-clj)
- [matchete](#matchete)
- [progrock](#progrock)
- [clj-commons/fs](#clj-commonsfs)
- [Pods](#pods)
- [Projects](#projects-1)
- [babashka-test-action](#babashka-test-action)
Expand Down Expand Up @@ -340,6 +341,20 @@ A functional Clojure progress bar for the command line.
Tested version: 0.1.2.
### [clj-commons/fs](https://github.com/clj-commons/fs)
File system utilities for Clojure.
``` clojure
(require '[babashka.deps :as deps])
(deps/add-deps '{:deps {clj-commons/fs {:mvn/version "1.5.2"}}})
(require '[me.raynes.fs :as fs])
(fs/link? "/tmp") ;; true
```
## Pods
[Babashka pods](https://github.com/babashka/babashka.pods) are programs that can
Expand Down

0 comments on commit 25966e2

Please sign in to comment.