Skip to content

Instantly share code, notes, and snippets.

@lebowvsky
Created March 23, 2020 19:47
Show Gist options
  • Save lebowvsky/08878171db6d0f9861d129d1d4c9e977 to your computer and use it in GitHub Desktop.
Save lebowvsky/08878171db6d0f9861d129d1d4c9e977 to your computer and use it in GitHub Desktop.
Installation et utilisation d'un module
const cowsay = require('cowsay');
console.log(cowsay.say({
text : "hello boy",
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment