Created
March 23, 2020 19:47
-
-
Save lebowvsky/08878171db6d0f9861d129d1d4c9e977 to your computer and use it in GitHub Desktop.
Installation et utilisation d'un module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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