hello-md-gen

[package-005] ๐Ÿ“  Hello MD Gen ๐Ÿ“„


Keywords
template, markdown, hello, npm, javascript, typescript, esm, cjs, nodejs
License
MIT
Install
npm install hello-md-gen@0.0.2

Documentation

Packages


id Project Version โš™๏ธ ๐Ÿ“…
001 hello-emoji npm version ๐Ÿฃ 240122
002 hello-ascii npm version ๐Ÿ”ก 240124
003 hello-random-name npm version ๐Ÿ’ƒ 240130
004 hello-help npm version ๐Ÿฆ„ 240204
005 hello-md-gen npm version ๐Ÿ“  240401
007 colored-status-code npm version ๐ŸŽจ 241114
008 color-weaver npm version ๐ŸŽจ 241227
009 react-multi-touch npm version ๐Ÿ“ฑ 250402

[package-001] ๐Ÿฃ Hello Emoji ๐Ÿฃ

import helloEmoji from "hello-emoji";

const heart = helloEmoji.heart(); // โค๏ธ
const check = helloEmoji.check(); // โœ…
const fire = helloEmoji.fire(); // ๐Ÿ”ฅ

[package-002] ๐Ÿ”ก Hello Ascii ๐Ÿ”ข

image

[package-003] ๐Ÿ’ƒ Hello Random Name ๐Ÿ•บ

import helloRandomName from "hello-random-name";

const randomName = helloRandomName.getName();
/*{
 *  gender: 'male',
 *  name: { english: 'Hyunseok', japanese: 'ใƒ’ใƒงใƒณใ‚ฝใ‚ฏ', korean: 'ํ˜„์„' }
 *}
 */
const randomFemale = helloRandomName.getName("female");
const randomMale = helloRandomName.getName("male");
const allNameList = helloRandomName.getAllNames();

[package-004] ๐Ÿฆ„ Hello Help โœจ

import { HelloHelp, helloHelpCli } from "hello-help";

const helloHelp = new HelloHelp(
  "๐Ÿฆ„ hello-help โœจ",
  "print your --help option easy",
  {
    hello: {
      optionName: "hello",
      description: "nice to say hello to you ๐Ÿ‘‹",
    },
    heart: {
      optionName: "heart",
      shortenOptionName: "ht",
      description: "need a heart? ๐Ÿฉท",
    },
  }
);

helloHelpCli(helloHelp);

[package-005] ๐Ÿ“  Hello MD Gen ๐Ÿ“„

  • create yyyy-mm-dd.md file at /docs/your-name/ with src/template/markdown.md
# CLI
$ npx hello-md-gen

# arguments
--username dusunax
--title "Title Turtle"

# CLI messages
// ๐Ÿšซ Please enter your name
// โœ… Created 2024-04-01.md
// โœ… Configuration saved
// ๐Ÿšซ "docs/dusunax/2024-04-01.md" already exists ๐Ÿ˜…

[package-007] ๐ŸŽจ Colored Status Code ๐Ÿ”ข

  • Color your HTTP status code in the console, terminal, etc.
  • Improve the readability of your log.

image

[package-008] ๐ŸŽจ Color Weaver ๐Ÿ”ข

  • Make your UI colorful.
  • Adjust text color to match the background.

image

[package-009] ๐Ÿ“ฑ React Multi Touch ๐Ÿ“ฑ

  • A React component for handling touch gestures including drag, scale, and rotate