nowhat

`$ nowwhat`


License
ISC
Install
npm install nowhat@1.0.0

Documentation

اعمل الصح

install

npm i -g nowwhat

Example usage

> nowwhat

اعمل الصح

Not executable?

try adding global npm bin to your path

edit ~/.bash_profile or ~/.bashrc

NPMPREFIX=`npm get prefix`
NPMBIN=$NPMPREFIX'/bin'
export PATH=$PATH:$NPMBIN