Crates.io | voluntary |
lib.rs | voluntary |
version | 0.1.1 |
source | src |
created_at | 2022-08-03 00:48:33.852794 |
updated_at | 2022-08-03 01:13:20.638259 |
description | A task runner configured with Lua. |
homepage | |
repository | https://github.com/icecafecup/rtask |
max_upload_size | |
id | 637662 |
size | 19,042 |
Create a file voluntary.lua
.
function hello()
print('Hello')
end
Run the task.
voluntary hello
Output.
Hello
IceCafeCup – icecafecup@proton.me
Distributed under the MIT License. See LICENSE
for more information.
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)