Skip to content

jackmarchant/todo-elixir

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

Todo

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add todo to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:todo, "~> 0.1.0"}]
end
```
  1. Ensure todo is started before your application:
```elixir
def application do
  [applications: [:todo]]
end
```

About

Elixir Todo Rest API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages