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