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

@slackoff/meditate

v2.3.0

Published

a Node.js CLI application for fun.

Downloads

25

Readme

meditate

a powerful slack-off CLI application.

NPM

oclif Version Download/week License

Preview

Reading book

Read view

med book ~/Downloads/天才基本法.txt

read view

You can also input numbers to jump with multiple pages change. (After you input these numbers, you can use j or k to jump to the next/previous page.)

Here I'll go on typing a j as demo:

Search view

 med book ~/Downloads/金凤华庭.txt -s 未梳洗

search view

Wordle game

Wordle game

Chinese poem · 一言

Chinese poem

Game · 2048

game2048

Days

days

Usage

$ npm install -g @slackoff/meditate
$ med COMMAND
running command...
$ med (--version)
@slackoff/meditate/2.3.0 win32-x64 node-v16.17.0
$ med --help [COMMAND]
USAGE
  $ med COMMAND
...

Commands

med 2048

2048 Game in terminal

USAGE
  $ med 2048

DESCRIPTION
  2048 Game in terminal

See code: dist/commands/2048/index.ts

med book [FILEPATH]

Read a novel, enjoy a story...

USAGE
  $ med book [FILEPATH] [-h] [-r] [-s <value>] [-j <value>]

FLAGS
  -h, --help            help information for book reading command.
  -j, --jump=<value>    assign a position to start reading.
  -r, --restart         restart reading progress of a given book.
  -s, --search=<value>  open searching view to locate given words.

DESCRIPTION
  Read a novel, enjoy a story...

See code: dist/commands/book/index.ts

med book alias [ALIASNAME] [ALIASPATH]

Set an alias for your book

USAGE
  $ med book alias [ALIASNAME] [ALIASPATH] [-l]

FLAGS
  -l, --list  list all aliases

DESCRIPTION
  Set an alias for your book

med cnpoem

get one sentence of a Chinese poem

USAGE
  $ med cnpoem

DESCRIPTION
  get one sentence of a Chinese poem

See code: dist/commands/cnpoem/index.ts

med days

Memorize your important days.

USAGE
  $ med days [-d <value> -n <value>]

FLAGS
  -d, --desc=<value>  description of a memo date
  -n, --new=<value>   create a new memorize day

DESCRIPTION
  Memorize your important days.

  Input date format could be any valid connector: dot(.)、slash(/) and dash(-)

EXAMPLES
  $ med days

  $ med days -n 2022.2.1 -d "Spring Festival"

See code: dist/commands/days/index.ts

med help [COMMAND]

Display help for med.

USAGE
  $ med help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for med.

See code: @oclif/plugin-help

med init

initialize meditate application data.

USAGE
  $ med init [-h]

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  initialize meditate application data.

See code: dist/commands/init/index.ts

med wordle

an interesting word guessing game.

USAGE
  $ med wordle [-h]

FLAGS
  -h, --history  print current month's game record

DESCRIPTION
  an interesting word guessing game.

See code: dist/commands/wordle/index.ts