Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

athos/clj-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-check

lein check alternative for Clojure CLI tool

You don't have to have Leiningen to check your codebase anymore :-)

Usage

Add the following to your deps.edn:

:aliases {:check {:extra-deps {io.github.athos/clj-check
                               {:git/tag "0.1.0" :git/sha "0ca84df"}}
                  :main-opts ["-m" "clj-check.check"]}}

If your project has its codebase under some directories other than src (say src/clj and src/cljc), specify them as the command line arguments as follows:

:aliases {:check {...
                  :main-opts ["-m" "clj-check.check" "src/clj" "src/cljc"]}}

Then, run clj-check via the declared alias:

clj -M:check

License

Copyright © 2018 Shogo Ohta

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

lein-check alternative for Clojure CLI tool

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.