lionsays-keepcoding
v1.0.0
Published
a lion that reminds you to Always Be Learning, Always be Building and Code Code Code
Readme
Lion Says Always Be Learning, Always Be Building, and Code Code Code
Have you ever wished that a lion would constantly encourage you to keep coding ?
Install
npm install lionsays-keepcoding -SExample
import { Lion } from "lionsays-keepcoding";
// OR in nodeJS ( commonJS module )
const { Lion } = require("lionsays-keepcoding");
const myLion = new Lion();
console.log(myLion.sayHelloTo("Brian"));Enjoy !
Credit to This Article on Dev HERE
