nehing_generator 0.0.2 copy "nehing_generator: ^0.0.2" to clipboard
nehing_generator: ^0.0.2 copied to clipboard

A Dart package that generates meaningless but funny random Korean text (known as 'Nehing') for dummy content, testing, games, and fun experiments.

nehing_generator #

pub package License: MIT

🎲 의미 μ—†λŠ” 랜덀 ν•œκΈ€ λ¬Έμžμ—΄, 일λͺ… β€˜λ…œνžβ€™μ„ μƒμ„±ν•˜λŠ” Dart νŒ¨ν‚€μ§€μž…λ‹ˆλ‹€.

λ‹‰λ„€μž„, 더미 ν…μŠ€νŠΈ, ν…ŒμŠ€νŠΈ 데이터,
ν˜Ήμ€ κ·Έλƒ₯ 웃고 싢을 λ•Œ μ“°λ©΄ 쒋을 것 κ°™μ•„μš”.

Example Output #

  • λ…œνž
  • 꺄릉
  • 멍텅
  • 힣힣

Usage #

import 'package:nehing_generator/nehing_generator.dart';

void main() {
  print(Nehing.generate());
  print(Nehing.generate(length: 4));
  print(Nehing.generate(finalConsonant: false));
}

Options #

  • length : 생성할 음절 개수 (κΈ°λ³Έκ°’: 2)
  • finalConsonant : λ°›μΉ¨ 포함 μ—¬λΆ€
1
likes
0
points
346
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package that generates meaningless but funny random Korean text (known as 'Nehing') for dummy content, testing, games, and fun experiments.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on nehing_generator