@dcbartlett/seventy_maxims

The Seventy Maxims of Maximally Effective Mercenaries

Usage no npm install needed!

<script type="module">
  import dcbartlettSeventyMaxims from 'https://cdn.skypack.dev/@dcbartlett/seventy_maxims';
</script>

README

The Seventy Maxims of Maximally Effective Mercenaries

This module just provides the Seventy Maxims in a consumable format.

Usage


const { getMaxim } = require('@dcbartlett/seventy_maxims')
const randomMaxim = getMaxim()
console.log(randomMaxim)
const randomFullMaxim = getMaxim(true)
console.log(randomFullMaxim)
const definedMaxim = getMaxim(10)
console.log(definedMaxim)
const definedFullMaxim = getMaxim(10, true)
console.log(definedFullMaxim)