Skip to content

mathletedev/taow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taow | The Art of War

An Art of War quote generator

Installation

NPM:

npm install taow

Yarn:

yarn add taow

Usage

import taow from "taow";

const quote = taow();

// "All warfare is based on deception."
console.log(quote);

License

MIT