0.1.0 • Published 7 years ago

pragmatic-motd v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Pragmatic message of the day


This is a simple CLI that displays a random tip in the console.

These tip belong to the book The Pragmatic Programmer (by Andrew Hunt and David Thomas).

If you're a programmer (or software engineer or whatever) you should read it. It's awesome.

How to install

Just install this package as global:

$ npm install -g pragmatic-motd

Done.

How to run

The idea of this package is to be used as a motd, showing a message every time you create a new bash session.

You can do that by adding this line to your .bashrc or .zshrc:

// Display a random tip from 'The Pragmatic Programmer'.

pragmatic-motd

And that's all. Every time you create a new shell session a random quote will be displayed.

0.1.0

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago