8000 GitHub - TwelveNights/todo: A simple todo tracker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A simple todo tracker

License

Notifications You must be signed in to change notification settings
< 8000 /div>

TwelveNights/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo

A simple todo list written in Elixir

Commands

  1. add - adds a new command
  2. toggle - toggles completion of a todo
  3. show - shows incomplete todos
  4. all - shows all todos
  5. delete - remove a todo from the list

You can view the help for a better description of how to use each command.

Installation

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

def deps do
  [
    {:todo, "~> 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/todo.

About

A simple todo tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0