1.0.0 • Published 4 years ago

lionsays-keepcoding v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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 -S

Example

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