You need Node.JS v20 or later. You can run the command below to install Lusk:
npm install -g lusk
To see the built-in help page, please run the command below:
lusk help
After checking in the help page, go to the project that you want to use lusk and test it. Here's an example preset document (lusk.yaml) for you to test:
default:
action: os.shell
cmdlines:
- echo Hello WorldAfter writing this to a file, Execute the preset by running this in the command line:
lusk make
and you should see a Hello World message.
To see more details, please visit https://github.com/luskproject/lusk/wiki