2.0.2 • Published 4 years ago

in-memory-of-ataturk v2.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

in-memory-of-ataturk Build status codecov NPM version Downloads License twitter

Shows a quote from Ataturk after nodejs exit.

Install

$ npm install --save-dev in-memory-of-ataturk

Usage

Just add and call it in your main app.

require('in-memory-of-ataturk')();

You can define language if you prefer. Default quote language is English.

require('in-memory-of-ataturk')('tr');

Currently supports English(en) and Turkish(tr) languages.