All Projects → zestcreative → elixir-utilities-web

zestcreative / elixir-utilities-web

Licence: MIT license
Utilties for the Developer. Regex, HTTP echo. Diffing

Programming Languages

elixir
2628 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to elixir-utilities-web

roku-libs
Compilation of utilities for Roku development
Stars: ✭ 47 (+30.56%)
Mutual labels:  utilities
Odin
manage model revisions with ease
Stars: ✭ 60 (+66.67%)
Mutual labels:  diff
rorshach
A watchman for your directories. Rorshach allows you to listen to file system changes and run commands when these events occur.
Stars: ✭ 26 (-27.78%)
Mutual labels:  utilities
ngx-text-diff
A Text Diff component for Angular
Stars: ✭ 49 (+36.11%)
Mutual labels:  diff
JimmysUnityUtilities
A bunch of code I like to have on hand while working in Unity
Stars: ✭ 93 (+158.33%)
Mutual labels:  utilities
speech-recognition-evaluation
Evaluate results from ASR/Speech-to-Text quickly
Stars: ✭ 25 (-30.56%)
Mutual labels:  diff
gitdub
📤 A github WebHook that emails detailed diffs of your commits.
Stars: ✭ 25 (-30.56%)
Mutual labels:  diff
microdiff
A fast, zero dependency object and array comparison library. Significantly faster than most other deep comparison libraries and has full TypeScript support.
Stars: ✭ 3,138 (+8616.67%)
Mutual labels:  diff
duff
Pure OCaml implementation of libXdiff (Rabin's fingerprint)
Stars: ✭ 20 (-44.44%)
Mutual labels:  diff
tsafe
🔩 The missing TypeScript utils
Stars: ✭ 285 (+691.67%)
Mutual labels:  utilities
rebellion
A collection of core libraries for Racket
Stars: ✭ 78 (+116.67%)
Mutual labels:  utilities
lightline-gitdiff
Show added, deleted and modified lines (`git diff`) in your statusline or lightline
Stars: ✭ 27 (-25%)
Mutual labels:  diff
spotdiff.vim
A range and area selectable diffthis to compare partially
Stars: ✭ 29 (-19.44%)
Mutual labels:  diff
SacredUtils
Configuration utility for Sacred & Sacred Underworld with Material Design. Abandoned 05/07/2020.
Stars: ✭ 27 (-25%)
Mutual labels:  utilities
sugar
moved to https://git.matthewbutterick.com/mbutterick/sugar
Stars: ✭ 19 (-47.22%)
Mutual labels:  utilities
textdiff-create
Create lean text diff deltas.
Stars: ✭ 25 (-30.56%)
Mutual labels:  diff
react-rich-diff
React component to render rich diff between two documents (Markdown, HTML)
Stars: ✭ 51 (+41.67%)
Mutual labels:  diff
common
Metarhia Common Library
Stars: ✭ 55 (+52.78%)
Mutual labels:  utilities
lintje
Lintje is an opinionated linter for Git.
Stars: ✭ 25 (-30.56%)
Mutual labels:  utilities
eslint-plugin-diff
Run ESLint on your changes only
Stars: ✭ 80 (+122.22%)
Mutual labels:  diff

Utilities (made with Elixir)

A series of utilities for developers.

  1. Regex Tester
  2. HTTP Sink. Send a request and see it echo on the UI.
  3. Generator diff pipeline. See the diff between versions and flags of generators, such as phx.gen.auth, phx.new, scenic.new, or nerves.new.
  4. ... that's it for now :)

Running Locally

You need to install docker and gem for Ruby and docker needs to be running, otherwise the app will complain when starting up since it can't build the Dockerfiles needed for diffing. Colima doesn't seem to work, but docker-ce does seem to work when mounting volumes. podman might work instead of docker but is the containerd runtime is untested.

To start your Phoenix server:

  • Setup the project with mix setup
  • Start Phoenix endpoint with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Deployment

flyctl deploy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].