sun-tzu-quotes

1.0.0 • Public • Published

sun-tzu-quotes

A list of some Sun Tzu quotes from The Art of War.

PRs welcome.

Install

npm install sun-tzu-quotes [--g|--save]

Example

This module comes in an API and CLI. Example in code:

var sunTzu = require('sun-tzu-quotes')
 
// random quote
console.log(sunTzu())
//=> 'All warfare is based on deception.'
 
// the array of all quotes
console.log(sunTzu.quotes)

Usage

NPM

API

quote = sunTzu()

Returns a random quote string, like 'Opportunities multiply as they are seized.'.

list = sunTzu.quotes

The array of all quotes.

list = require('sun-tzu-quotes/quotes.json')

The full JSON array.

CLI

You can also use the CLI here.

Usage:
  sun-tzu-quotes [opt]
  
Options:
  --help  show help
  --all   list all quotes, separated by newlines

Example:

$ sun-tzu-quotes
To know your Enemy, you must become your Enemy.

License

MIT, see LICENSE.md for details.

Package Sidebar

Install

npm i sun-tzu-quotes

Weekly Downloads

3,979

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mattdesl