famous-last-words
v0.6.0
Published
Things people say when they work at (late) technology startups...
Downloads
20
Readme
Famous last words
We, as engineers, designers, etc. receive a lot of crazy 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