Skip to content

Instantly share code, notes, and snippets.

@jaguart
Created January 17, 2023 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaguart/f04d343e26cf32e28c731bee1480963c to your computer and use it in GitHub Desktop.
Save jaguart/f04d343e26cf32e28c731bee1480963c to your computer and use it in GitHub Desktop.
zef install App::Mi6
zef install JSON::Marshal
zef install JSON::Fast
zef install JSON::Name
zef install JSON::OptIn
zef install JSON::Marshal

zef install App::Mi6
zef install Template::Mustache
zef install JSON::Unmarshal
zef install JSON::Class
zef install META6
zef install URI
zef install License::SPDX
zef install Test::META
zef install Template::Mustache

zef install Template::Mustache --verbose
git clone https://github.com/softmoth/raku-Template-Mustache.git
cd raku-Template-Mustache/
raki -Ilib t/92-specs-file.t
raku -Ilib t/92-specs-file.t
prove6 -l
zef test . --verbose
zef install .

zef install App::Mi6
zef install Pod::Load
zef install OO::Monitors
zef install Pod::To::HTML
zef install Raku::Pod::Render
zef install NativeLibs

zef install NativeHelpers::Blob
git clone https://github.com/salortiz/NativeHelpers-Blob.git
cd NativeHelpers-Blob/
zef test .
zef install NativeHelpers::Blob --verbose
raku --ll-exception -s 'use Zef::CLI' install  NativeHelpers::Blob --debug

zef install App::Mi6

zef install Pod::To::HTML
git clone https://github.com/Raku/Pod-To-HTML.git
cd Pod-To-HTML/
zef install . --verbose
raku -Ilib t/120-templates.t
zef install . --verbose --/test

zef install App::Mi6

zef install File::Find
zef install File::Which

zef install Shell::Command
git clone https://github.com/tadzik/Shell-Command.git
cd Shell-Command/
zef test .
zef install .

zef install Pod::To::HTML
zef install App::Mi6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment