All Projects → siddharthkp → prettycli

siddharthkp / prettycli

Licence: MIT License
Pretty print messages on the terminal

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to prettycli

koa-better-error-handler
A better error-handler for Lad and Koa. Makes `ctx.throw` awesome (best used with koa-404-handler)
Stars: ✭ 51 (+13.33%)
Mutual labels:  messages
uLogMe
📊 📈 Automatically collect and visualize usage statistics on Ubuntu, with 🎹 key frequencies and 💻 window titles →
Stars: ✭ 61 (+35.56%)
Mutual labels:  pretty
extract-react-intl
Extract react-intl messages
Stars: ✭ 18 (-60%)
Mutual labels:  messages
Making-elegant-Matlab-figures
A repository comprising multiple functions for making elegant publication-quality figures in MATLAB
Stars: ✭ 44 (-2.22%)
Mutual labels:  pretty
benchmarkjs-pretty
Tiny wrapper around benchmarkjs with a nicer api
Stars: ✭ 20 (-55.56%)
Mutual labels:  pretty
sendmessage
SendMessage is a little tool to send Windows messages to any window.
Stars: ✭ 93 (+106.67%)
Mutual labels:  messages
message-indicator
🔵 SIMBL plugin that adds an indicator to messages in which you haven't responded
Stars: ✭ 21 (-53.33%)
Mutual labels:  messages
vimrc
Sane, Lightweight, and, Aesthetic VIM
Stars: ✭ 21 (-53.33%)
Mutual labels:  pretty
paper-terminal
Print Markdown to a paper in your terminal
Stars: ✭ 33 (-26.67%)
Mutual labels:  pretty
millify
Convert long numbers to pretty, human-readable strings
Stars: ✭ 119 (+164.44%)
Mutual labels:  pretty
BP-Default-Data
Create lots of users, messages, friends connections, groups, topics, activity items in BuddyPress - useful for testing purpose.
Stars: ✭ 13 (-71.11%)
Mutual labels:  messages
notify
Send emails and text messages to your users if you work in Australian government
Stars: ✭ 15 (-66.67%)
Mutual labels:  messages
yii2-message
System for users to send each other private messages.
Stars: ✭ 37 (-17.78%)
Mutual labels:  messages
corner-popup
jQuery pop-up script displaying various types of content in corner of browser
Stars: ✭ 23 (-48.89%)
Mutual labels:  messages
messaging
Conveniently issue messages, warnings, and errors
Stars: ✭ 12 (-73.33%)
Mutual labels:  messages
Dam
Delphi and Lazarus Message Dialogs with Formatted Text
Stars: ✭ 85 (+88.89%)
Mutual labels:  messages
Mimir
📱 A simple & efficient iOS logging framework for high usage apps
Stars: ✭ 13 (-71.11%)
Mutual labels:  pretty
xbytes
Parse bytes to human readable sizes (4747) → ('4.75 KB') and vice versa.
Stars: ✭ 17 (-62.22%)
Mutual labels:  pretty
RomanceBreaker
Python script which sends a custom morning message to your significant other every morning at a given time range on Facebook Messenger, WhatsApp, Telegram or SMS, for lazy people
Stars: ✭ 36 (-20%)
Mutual labels:  messages
tmux
💽 Soothing pastel theme for Tmux!
Stars: ✭ 63 (+40%)
Mutual labels:  pretty



Pretty print messages on the terminal

Usage

// Require what you need from prettycli

const {info, warn} = require('prettycli');

/*

  There are 6 functions:

  Print to stdout:
  1. info: (label, message)
  2. loading: (label, message)
  3. warn: (message)
  4. error: (message)

  Returns pretty string (does not print)
  5. command: (command)
  6. link: (url)

*/

if (!process.env.PRODUCTION) info('BUILD', 'Running dev stuff');
else warn('This is production mode! Are you sure?');

 

license

MIT © siddharthkp

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].