Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.03 KB

asdf-cljfmt

Build status

cljfmt plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar

Install

Plugin:

asdf plugin add cljfmt
# or
asdf plugin add cljfmt https://github.com/b-social/asdf-cljfmt.git

cljfmt:

# Show all installable versions
asdf list-all cljfmt

# Install specific version
asdf install cljfmt latest

# Set a version globally (on your ~/.tool-versions file)
asdf global cljfmt latest

# Now cljfmt commands are available
cljfmt

Check asdf readme for more instructions on how to install & manage versions.

Legal

Copyright © 2023 Kroo Bank Ltd.

This library and source code are available under the terms of the MIT licence. A full copy of the licence file is provided in the LICENSE file of the source code.