Skip to content

Simple CLI that shows a random tip from the book 'The Pragmatic Programmer'.

Notifications You must be signed in to change notification settings

papucho/pragmatic-motd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple CLI that shows a random tip from the book 'The Pragmatic Programmer'.

Resources

Stars

Watchers

Forks

Packages

No packages published