wisdom-cow
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

Wisdom Cow

The Wisdom Cow will always find an inspirational quote for you.

CLI usage

Global install

npm install -g wisdom-cow

Example

wisdom-cow

 ____________________________________________________________
/ To be wrong is nothing unless you continue to remember it. \
|                                                            |
\ Confucius.                                                 /
 ------------------------------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Project usage

Local install

npm install wisdom-cow

Example

// Option 1 : ESM import
import { wisdomCowSays } from "wisdom-cow";

// Option 2 : CJS import
const { wisdomCowSays } = require("wisdom-cow");

// Have fun !
console.log(wisdomCowSays());

Package Sidebar

Install

npm i wisdom-cow

Weekly Downloads

5

Version

1.4.0

License

ISC

Unpacked Size

296 kB

Total Files

13

Last publish

Collaborators

  • enzoclock