famous-last-words

Things people say when they work at (late) technology startups...

Usage no npm install needed!

<script type="module">
  import famousLastWords from 'https://cdn.skypack.dev/famous-last-words';
</script>

README

Famous last words

npm version

We, as engineers, designers, etc. hear a lot of madness in technology startups. We voiceless see the reaper coming before management does. We know when a project is doomed to fail.

This is a recollection of things people famously say mere moments before the end. It is our utmost duty to document these for the next generations…

Join the cause, document your own experience.

Installation

Install famous-last-words using npm or yarn.

$ npm i famous-last-words

Quick start

This package exposes a simple array of strings. Use it as you'd use any other JavaScript array.

const famousLastWords = require('famous-last-words');

console.log(famousLastWords[0]); // prints "You don't need tests."

License

MIT