Skip to content

z7ealth/hexmacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

hexmacs

hexmacs is a small Emacs package that automatically checks for outdated Hex dependencies in your Elixir project's mix.exs file. It runs mix hex.outdated when you open mix.exs and annotates each dependency line with a green check mark (✓) if up to date or a red cross (✗) if an update is available.


Features

  • Runs mix hex.outdated automatically on opening mix.exs.
  • Inline annotation of dependencies showing their update status.
  • Simple and lightweight with no external dependencies.
  • Works in any Elixir project with a mix.exs file.

Installation

  1. Clone or download this repository.

  2. Add the following to your Emacs config (init.el, config.el, or equivalent):

;; hexmacs
(use-package hexmacs
  :load-path "/my/cloned/path/hexmacs"
  :config
  (hexmacs-mode 1))

About

Check cargo.toml dependencies in Emacs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors