Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aborn/hello_sugar
hello sugar framework web
https://github.com/aborn/hello_sugar
Last synced: 30 days ago
JSON representation
hello sugar framework web
- Host: GitHub
- URL: https://github.com/aborn/hello_sugar
- Owner: aborn
- Created: 2015-12-13T03:10:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T10:46:03.000Z (almost 9 years ago)
- Last Synced: 2023-06-17T08:40:18.244Z (over 1 year ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloSugar
sugar-framework web## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add hello_sugar to your list of dependencies in `mix.exs`:
def deps do
[{:hello_sugar, "~> 0.0.1"}]
end2. Ensure hello_sugar is started before your application:
def application do
[applications: [:hello_sugar]]
end