https://github.com/kronicdeth/sigil_escape_quoting
https://github.com/kronicdeth/sigil_escape_quoting
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kronicdeth/sigil_escape_quoting
- Owner: KronicDeth
- Created: 2015-11-29T00:20:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T00:28:32.000Z (almost 10 years ago)
- Last Synced: 2025-01-14T08:27:09.326Z (9 months ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SigilEscapeQuoting
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add sigil_escape_quoting to your list of dependencies in `mix.exs`:
def deps do
[{:sigil_escape_quoting, "~> 0.0.1"}]
end2. Ensure sigil_escape_quoting is started before your application:
def application do
[applications: [:sigil_escape_quoting]]
end