#task #lua #task-runner #cli #cli-command #command #make

yanked voluntary

A task runner configured with Lua

0.1.1 Aug 3, 2022
0.1.0 Aug 3, 2022

#32 in #make

26 downloads per month

MIT license

7KB
70 lines

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.

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

Dependencies

~4.5MB
~79K SLoC