orama254 / lionsays-keepcoding

Git repository for the lion says NPM package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Git repository for the lion says NPM package


Languages

Language:TypeScript 100.0%