Skip to content
/ ns-sort Public

Leiningen plugin for sorting Clojure namespaces.

License

Notifications You must be signed in to change notification settings

ilevd/ns-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ns-sort

A Leiningen plugin to sort namespaces in :require block.

Clojars Project

Description

ns-sort

The plugin sort namespaces in :require block with lexicographic order.

The project namespaces have more priority compared with other 3rd party dependencies.

The plugin supports .clj, .cljs, .cljc files.

Usage

Put [ns-sort "1.0.3"] into the :plugins vector of your :user profile.

Use this for project-level plugins:

Put [ns-sort "1.0.3"] into the :plugins vector of your project.clj.

Run:

$ lein ns-sort

License

Copyright © 2022 ilevd

About

Leiningen plugin for sorting Clojure namespaces.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published