voluntary

Crates.iovoluntary
lib.rsvoluntary
version0.1.1
sourcesrc
created_at2022-08-03 00:48:33.852794
updated_at2022-08-03 01:13:20.638259
descriptionA task runner configured with Lua.
homepage
repositoryhttps://github.com/icecafecup/rtask
max_upload_size
id637662
size19,042
IceCafeCup (icecafecup)

documentation

README

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
Commit count: 0

cargo fmt