10000 GitHub - cvoege/monies-old
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cvoege/monies-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monies

My famous monies spreadsheet, in Elixir CLI form!

Installation

If available in Hex, the package can be installed by adding monies to your list of dependencies in mix.exs:

def deps do
  [
    {:monies, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/monies.

Format, compile, build, and run:

e() { mix format && mix compile && mix escript.build && ./monies; }

Do all those same things, but also start with a backup for easier debugging:

e() { cp monies-backup.json monies.json && mix format && mix compile && mix escript.build && ./monies; }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0