New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

moodlet

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moodlet

A CLI that prints ASCII moods

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

moodlet

Moodlet mood (mm) is a tiny, dependency-free CLI that prints ASCII moods in your terminal.

No dependencies.
No configuration.
Just moods.

Install

Run instantly (no install)

npx moodlet happy

Install globally

npm install -g moodlet
mm happy

Usage

mm <mood>
mm --list | -l
mm --random | -r
mm --help | -h

Examples

mm happy
mm sad
mm tired
mm sleepy     # alias -> tired
mm ok         # alias -> chill
mm --list
mm --random

Output

mm happy

╔════════════════╗
║   ◕        ◕   ║
║        ▿        ║
║    \______/    ║
╚════════════════╝

mm sad

╔════════════════╗
║   ╥        ╥   ║
║        ▄▄▄        ║
║     ▄████▄      ║
╚════════════════╝

mm love

╔════════════════╗
║   ♥        ♥   ║
║        ▿        ║
║     \\______/   ║
╚════════════════╝

Available moods

Run:

mm --list

Example moods:

  • happy
  • sad
  • tired
  • angry
  • love
  • confused
  • excited
  • chill
  • stressed

Aliases

Some inputs are mapped automatically to a mood:

InputMapped to
okchill
coolchill
relaxchill
sleepytired
madangry
rageangry
yayexcited
wtfconfused
hmmconfused
panicstressed

Why moodlet?

  • Big multiline ASCII (easy to read)
  • Terminal-native
  • Zero dependencies
  • Fast and fun

Development

Requirements

  • Node.js 18+

Setup

git clone https://github.com/<your-username>/moodlet.git
cd moodlet
npm install

This project has no runtime dependencies. npm install is only for local workflows.

Run locally

node bin/moodlet.js happy

Or link it globally while developing:

npm link
mm happy

Unlink when done:

npm unlink -g moodlet

Tests

Uses Node’s built-in test runner:

node --test

Project structure

moodlet/
  bin/
    mm.js
  src/
    cli.js
    engine.js
    moods.js
  test/
    engine.test.js
  package.json
  README.md
  LICENSE

License

MIT

Keywords

cli

FAQs

Package last updated on 08 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts