All Projects → hellokaton → lowb

hellokaton / lowb

Licence: other
🤦🏻‍♂️ teach you to develop command-line source code using NodeJS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to lowb

tchamba
Tchamba.random, is a real random data genarator (letters, jokes, names...)
Stars: ✭ 11 (-59.26%)
Mutual labels:  jokes
pghumor
Is This a Joke? Humor Detection in Spanish Tweets
Stars: ✭ 48 (+77.78%)
Mutual labels:  jokes
dad-jokes
dad jokes
Stars: ✭ 2,476 (+9070.37%)
Mutual labels:  jokes
Deep-Learning-Experiments-implemented-using-Google-Colab
Colab Compatible FastAI notebooks for NLP and Computer Vision Datasets
Stars: ✭ 16 (-40.74%)
Mutual labels:  jokes
EverydayFun
A simple NPM package which can return everyday quotes, jokes, riddles and interesting facts!
Stars: ✭ 35 (+29.63%)
Mutual labels:  jokes
TragicSimpBot
TragicSimp is a discord bot that can send memes, facts, jokes, quotes, and track user stats. This bot has leveling system which rank user based on their commands in a channel created by Bot
Stars: ✭ 22 (-18.52%)
Mutual labels:  jokes
dadjoke-cli
A simple CLI to bring you the freshest dad jokes straight to your terminal 😂
Stars: ✭ 80 (+196.3%)
Mutual labels:  jokes
assert-true
A lot of ways to you set your assert as true
Stars: ✭ 19 (-29.63%)
Mutual labels:  jokes

lowb

lowb 是一款使用NodeJs开发的命令行程序。

预览

安装

从npm下载安装

npm install -g lowb

源码安装

git clone https://github.com/biezhi/lowb.git
cd lowb
sudo npm install . -g

使用

lowb --help

  Usage: lowb [options]

  Options:

    -V, --version    output the version number
    -i, --index <n>  ascii art index, default is random
    -t, --type <value>  quotes/jokes/tang/song
    -h, --help       output usage information

参数说明

  • -i: ascii 图形索引,默认为随机,范围 1 ~ 365
  • -t: 展示的类型,默认为名言,可选 [ quotes | jokes | tang | song ] ,分别为名言、段子、唐诗、宋词
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].