| Crates.io | mallardscript |
| lib.rs | mallardscript |
| version | 7.0.0 |
| created_at | 2023-01-03 14:47:37.5445+00 |
| updated_at | 2023-01-11 18:39:05.632389+00 |
| description | Hak5 DuckyScript extended language compiler. |
| homepage | https://github.com/Nate-Wilkins/mallardscript |
| repository | https://github.com/Nate-Wilkins/mallardscript |
| max_upload_size | |
| id | 750187 |
| size | 79,151 |
Hak5 DuckyScript extended language compiler.
cargo install mallardscript
Compiles MallardScript to DuckyScript!
mallardscript build --input src/index.ducky --output output/index.ducky
You can put this in your .zshrc file (just make sure $HOME/.zsh_functions/ is in your
fpath):
if [[ ! -f "$HOME/.zsh_functions/_mallardscript" ]]; then
mallardscript completions --type zsh > "$HOME/.zsh_functions/_mallardscript"
fi
Or you can generate yours with:
mallardscript completions --type $SHELL # Where $SHELL is zsh,bash,fish,elvish,powershell
Written in rust. Workflows are defined in .envrc.sh.
.mallardscriptrc.