jtmoulia avatar

jtmoulia

Total Packages

5

Total Downloads

64 510+

neotomex

0.1.7
55 987+

A PEG parser/transformer with a pleasant Elixir DSL.

Last Updated: about 8 years ago

spell

0.1.0
6 381+

Spell is an extensible Elixir WAMP client. Spell supports the client subscriber, publisher, callee, and caller roles.

Last Updated: about 10 years ago

dovetail

0.0.3
1 008+

Dovetail provides a harness for running test dovecot servers.

Last Updated: about 10 years ago

switchboard

0.3.2
570+

Conduct monitoring and operations across email accounts

Last Updated: about 10 years ago

spawndir

0.1.1
564+

# SpawnDir Spawns commands from the file system. This exists to provide a simple mechanism for spawning and managing processes: simply add an executable, or a symbolic link to one, to a monitored directory. The config allows arguments to be specified by file or directory. While not as flexible as upstart, monit, et al., SpawnDir's use of the filesystem provides a simpler UNIX-ish interface. ## Usage To use the escript executable: ./spawndir DIR [ARGS ...] where `DIR` is the directory to be monitored, and each command will be started with the supplied `ARGS` To run using mix: mix run --no-halt You can configure what is watched via the `:spawndir` application environment variables: :default_opts :: [opt] :watch :: [cmd | {cmd, [opt]}] where opt :: string() cmd :: string() ## Future Additions - Check for executable flag - Package installation - Monitor filesystem for commands being added/removed Copyright (c) Thomas Moulia, 2014

Last Updated: about 11 years ago