Skip to content

Instantly share code, notes, and snippets.

@pmurias
Created June 20, 2019 13:28
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 pmurias/4b34add3cfe3495a3d48b06fc7bc96fd to your computer and use it in GitHub Desktop.
Save pmurias/4b34add3cfe3495a3d48b06fc7bc96fd to your computer and use it in GitHub Desktop.
Example of using a node.js module in rakudo.js
use lib 'nodejs#' ~ $*PROGRAM.parent.add('node_modules').absolute;
use chalk:from<node.js>;
say("Hello {chalk.blue("Blue")} World");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment