Voluntary

A task runner configured with. CI GitHub repo size Lines of code Crates.io (latest) Crates.io Crates.io

Usage example

Create a file voluntary.lua.

lua function hello() print('Hello') end

Run the task.

voluntary hello

Output.

Hello

Meta

IceCafeCup – icecafecup@proton.me

Distributed under the MIT License. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/icecafecup/voluntary/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request