https://github.com/catarse/catartico
https://github.com/catarse/catartico
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/catarse/catartico
- Owner: catarse
- Created: 2016-01-08T20:36:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T20:11:26.000Z (about 10 years ago)
- Last Synced: 2025-04-01T20:41:47.498Z (over 1 year ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catartico
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add catartico to your list of dependencies in `mix.exs`:
def deps do
[{:catartico, "~> 0.0.1"}]
end
2. Ensure catartico is started before your application:
def application do
[applications: [:catartico]]
end