Git Product home page Git Product logo

prettycli's Introduction



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

prettycli's People

Contributors

ai avatar andarist avatar cg-cnu avatar marionebl avatar siddharthkp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

prettycli's Issues

Add Travis CI

We need to add Travis CI with stable, 6, 4 Node.js versions to avoid issues like #1

Documentation is not updated

This is the readme image screenshot in master
Captura de pantalla 2019-05-24 a las 12 51 38

I think that is not updated taking a look into the code in master and the methods exported

module.exports = { info, loading, warn, error, command, link }

Feature Request: Add RHS timestamp support

I am using https://github.com/jaredpalmer/backpack for my backend server and it internally uses the really nice https://github.com/geowarin/friendly-errors-webpack-plugin/

So I looked around and found this package that looks very similar, except for a couple of differences. The one I'm talking about here is to be able to show the timestamp cleanly on the RHS side.

Have added a screenshot below where the first two logs come from the webpack setup and the latter from my custom logger built with prettycli. Is there a way we can support this where the timestamp can either be provided (so that the timestamp remains on the logs if stored) or else can be generated by this lib by default.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.