npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

log.pets

v0.0.26

Published

Cute animals for your console!

Downloads

66

Readme

#Log.Pets

Cute animals for your console!

Cute animals for your console!

Installation

OS X & Linux & Windows:

npm install log.pets --save

Usage example

var Log = require('log.pets');

//log an cat in cmd
Log.cat()
//    /\_/\
//    >^.^<.---.
//   _'-`-'     )\
//  (6--\ |--\ (`.`-.
//      --'  --'  ``-'

//log an dog in cmd
Log.dog()
//           __
//  \ ______/ V`-,
//   }        /~~
//  /_)^ --,r'
// |b      |b

//log an penguin in cmd
Log.penguin()
// (o<
// //\
// V_/_ 

//log an turtle in cmd
Log.turtle()
//    ____
// __/-^-^\
//(' )^-^-^\)
// `^UU^^UU^

//log an dinosaur in cmd
Log.dinosaur()
//                __
//               / _)
//      _/\/\/\_/ /
//    _|         /
//  _|  (  | (  |
// /__.-'|_|--|_|

//log an cow in cmd
Log.cow()
//          __n__n__
//   .------`-\00/-'
//  /  ##  ## (oo)
// / \## __   ./
//    |//YY \|/
//    |||   |||

//log an bunny in cmd
Log.bunny()
//            /\ /|
//           |||| |
//            \ | \
//        _ _ /  @ @
//      /    \   =>X<=
//    /|      |   /
//    \|     /__| |
//      \_____\ \__\

//log an giraffe in cmd
Log.giraffe()
//     /)/)
//    ( ..\     
//    /'-._)   
//   /#/       
//  /#/

//log an lion in cmd
Log.lion()
//    .~ ~ ~.
//  (  o,,,o  )
// (   ). .(   )
//  \  { v }  /
//    ~ `v' ~

//log an owl in cmd
Log.owl()
//    .___,   
// ___('v')___
// `"-\._./-"'
//     ^ ^  

//log an parrot in cmd 
Log.parrot()
//      (\    ___
//     (  \  /(o)\  
//     (   \/  ()/_/)
//      (   `;.))'".) 
//       `(/////.-'
//    =====))=))===() 
//      ///'       
//     //
//    '            

//log an mini zoo with dynamic text sign in cmd
// *Maximum number of characters per line:
//      * First line: MAX 17 Characters
//      * Second line: MAX 18 Characters
//      * Third Line: MAX 18 Characters
Log.zoo('First line','Second line','Third line')
//                 .-----------------._,,
//                 |First line       (_")=
//                 |Second line       |||                __
//                 |Third line        ||#\_____       .-/  \
//          ssgg   |------------------|\# # # #\    .''  ..'----,_
//     ____SG ..]  |       |/         | \##_#_#/\ =:.'-\         )\
//  ,-( _   SS(_9)_|      _(")        | |/|/\|\|   ::   |  ,_   /  `
// / (_____;-.____;;    o(_,\\        | I I  I I    `   [|_/\\_]

//log an unicorn in cmd
Log.unicorn()
//                                /
//                     __       //
//                     -\= \=\ //
//                   --=_\=---//=--
//                 -_==/  \/ //\/--
//                  ==/   /O   O\==--
//     _ _ _ _     /_/    \  ]  /--
//    /\ ( (- \    /       ] ] ]==-
//   (\ _\_\_\-\__/     \  (,_,)--
//  (\_/                 \     \-
//  \/      /       (   ( \  ] /)
//  /      (         \   \_ \./ )
//  (       \         \      )  \
//  (       /\_ _ _ _ /---/ /\_  \
//   \     / \     / ____/ /   \  \
//    (   /   )   / /  /__ )   (  )
//    (  )   / __/ '---`       / /
//    \  /   \ \             _/ /
//    ] ]     )_\_         /__\/
//    /_\     ]___\
//   (___)



//print nyan cat animation in cmd
// ATTENTION NYAN CAT STILL IN BETA... FOR EXIT FROM CMD USE Ctrl^C
Log.nyan();
// **********,------,
// #########v|   /\_/\
// ==========|__( ^ W^)
//             "  "

Demo

Release History

  • 0.0.25
    • Parrot added
  • 0.0.24
    • Owl added
  • 0.0.23
    • Lion added
  • 0.0.21
    • Zoo with dynamic text sign
  • 0.0.20
    • Giraffe added
  • 0.0.16
    • Nyan cat animation added
  • 0.0.15
    • Bunny added
  • 0.0.14
    • Dog added
  • 0.0.13
    • Emergency fix (wrong config in package.json)
  • 0.0.11
    • Unicorn added
  • 0.0.10
    • Cow added
  • 0.0.9
    • Dinosaur added
  • 0.0.8
    • Turtle added
  • 0.0.6
    • Penguin added
  • 0.0.3
    • Cat and Static Method
  • 0.0.1
    • First release

Meta

Bruno Couto 2018

Distributed under the MIT license.

Contributing

  1. Fork it (https://github.com/BrunoTCouto/log.pets/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request