Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klippx/wiki-dream
https://github.com/klippx/wiki-dream
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/klippx/wiki-dream
- Owner: klippx
- Created: 2016-09-30T07:37:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T07:46:47.000Z (about 8 years ago)
- Last Synced: 2024-10-29T16:43:16.443Z (about 2 months ago)
- Language: Elixir
- Size: 5.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WikiDream
mix deps.get
mix escript.build
```shell
╭─mathias.klippinge in ~/src/wiki_dream on master✔ 16-09-30 - 9:43:55
╰─○ ./wiki_dream lionThe lion (Panthera leo) is one of the big cats in the genus Panthera and a member of the family Felidae.
The commonly used term African lion collectively denotes the several subspecies in Africa.
With some males exceeding 250 kg (550 lb) in weight, it is the second-largest living cat after the tiger.
Wild lions currently exist in sub-Saharan Africa and in India (where an endangered remnant population resides in Gir Forest National Park).
```## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `wiki_dream` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:wiki_dream, "~> 0.1.0"}]
end
```2. Ensure `wiki_dream` is started before your application:
```elixir
def application do
[applications: [:wiki_dream]]
end
```