{"id":22341383,"url":"https://github.com/moons-14/genbaneko","last_synced_at":"2025-07-30T01:32:01.125Z","repository":{"id":54636507,"uuid":"522548553","full_name":"moons-14/genbaneko","owner":"moons-14","description":"On-site cat on the console!","archived":false,"fork":false,"pushed_at":"2024-03-22T11:16:55.000Z","size":2039,"stargazers_count":20,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-03T03:20:12.917Z","etag":null,"topics":["cats","console","console-log","genbaneko","log","nodejs","npm","npm-package","yoshi"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/genbaneko","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moons-14.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-08T12:53:35.000Z","updated_at":"2024-10-23T23:19:08.000Z","dependencies_parsed_at":"2022-08-13T22:20:28.805Z","dependency_job_id":null,"html_url":"https://github.com/moons-14/genbaneko","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moons-14%2Fgenbaneko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moons-14%2Fgenbaneko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moons-14%2Fgenbaneko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moons-14%2Fgenbaneko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moons-14","download_url":"https://codeload.github.com/moons-14/genbaneko/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227886288,"owners_count":17834992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cats","console","console-log","genbaneko","log","nodejs","npm","npm-package","yoshi"],"created_at":"2024-12-04T08:06:41.110Z","updated_at":"2024-12-04T08:06:41.784Z","avatar_url":"https://github.com/moons-14.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"[![CICD](https://github.com/moons-14/genbaneko/actions/workflows/release.yml/badge.svg?branch=master)](https://github.com/moons-14/genbaneko/actions/workflows/release.yml)\n[![npm version](https://badge.fury.io/js/genbaneko.svg)](https://badge.fury.io/js/genbaneko)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n\n# Genbaneko\n\nLet's display \"Yoshi!\" on the console.\nWhen the code just won't work, when debugging is too tedious, this makes everything better! (It won't).\n\n\\*Do not use it in a serious place.\nThis \"Yoshi!\" may be a flag that something bad is about to happen!\n\n```\n　　　　　　　　　 ∧　　/ヽ\n　　　　　　　　　/／￣￣＼|\n　　　　　　　　 ∠＿＿╋＿＿〉\n　　　　　　　　/　  ①八①　＼\n　　　　　　　 工ﾆ f(_人_) ｴ |′\n　　　　　　　　＼   ヽノ  ノ ヘ\n　　　　　　⊂⌒)_＞―――イ (＿) /\n　　　　　　　`ー､_ノ/￣ヽ　｜/\n　　　　　　　　 ＿|｜　 |　｜\n　　　　　　　　(　 人＿ノ　Λ\n　　　　　　　　 ＼ス￣￣ﾚ-Λ ＼\n　　　　　　　　(￣　)　/ /　＼ﾉ＼\n　　　　　　　　 ￣￣　(　ヽ　 ＼_)\n　　　　　　　　　　　　＼ノ\n```\n\n## Prerequisites\n\nThis project requires NodeJS (version 14 or later) and NPM.\n[Node](http://nodejs.org/) and [NPM](https://npmjs.org/) are really easy to install.\nTo make sure you have them available on your machine,\ntry running the following command.\n\n```sh\n$ npm -v \u0026\u0026 node -v\n8.11.0\nv16.16.0\n```\n\n## Table of contents\n\n- [Genbaneko](#Genbaneko)\n  - [Prerequisites](#prerequisites)\n  - [Table of contents](#table-of-contents)\n  - [Getting Started](#getting-started)\n  - [Installation](#installation)\n  - [Usage](#usage)\n  - [Contributing](#contributing)\n  - [ToDo](#ToDo)\n  - [Credits](#credits)\n  - [Authors](#authors)\n  - [License](#license)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n## Installation\n\n**BEFORE YOU INSTALL:** please read the [prerequisites](#prerequisites)\n\nTo install and set up the library, run:\n\n```sh\n$ npm install genbaneko\n```\n\nOr if you prefer using Yarn:\n\n```sh\n$ yarn add genbaneko\n```\n\n## Usage\n\n```javascript\nimport { genbaneko, mGenbaneko } from 'genbaneko';\n// or\nconst { genbaneko, mGenbaneko } = require('genbaneko');\n\n// Only on-site cats are output\ngenbaneko();\nmGenbaneko.normal();\n\n// Use this when you want your cat to speak or think\nmGenbaneko.think('Hello');\nmGenbaneko.say('WTF');\n\n// It works without any text arguments.\n// In that case, \"Yoshi !!\" is displayed by default.\nmGenbaneko.think();\nmGenbaneko.say();\n```\n\nTake advantage of the command line\n```\n$ genbaneko help # or, -h, --help\nUsage: genbaneko [options] [command]\n\nLet's display \"Yoshi!\" on the console.\n\nOptions:\n  -V, --version   output the version number\n  -h, --help      display help for command\n\nCommands:\n  say [string]    say something\n  think [string]  think something\n  help [command]  display help for command\n\n```\n\n\"Yoshi !!\" is a Japanese word for \"challenging during confirmation work\".\nIt is used in Japan as a net meme when bad things happen.\nIf the code for your project doesn't work, write a comment saying \"なんだか知らんがとにかくよし! \"\n\nThat's all there is to it.\nPull requests to add other kinds of \"genbaneko\" are welcome!\nSee [ToDo](#ToDo) for features we would like to add.\n\n## Contributing\n\n1.  Fork it!\n2.  Create your feature branch: `git checkout -b my-new-feature`\n3.  Add your changes: `git add .`\n4.  Commit your changes: `git commit -am 'Add some feature'`\n5.  Push to the branch: `git push origin my-new-feature`\n6.  Submit a pull request :sunglasses:\n\n## ToDo\n\n- Addition of \"doushite\"\n- Make the character speak\n- Colorful cats\n\n## Contact us\n\n- Twitter:[moons_sub](https://twitter.com/moons_sub)\n\n- Discord:moons#7204\n\n## Credits\n\nI wrote README.md with reference to [this](https://gist.github.com/andreasonny83/7670f4b39fe237d52636df3dec49cf3a#building-a-distribution-version)\n\n## Authors\n\n**moons14** - [moons-14](https://github.com/moons-14)\n\n## License\n\n[MIT License](https://andreasonny.mit-license.org/2022) © 2022 moons14\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoons-14%2Fgenbaneko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoons-14%2Fgenbaneko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoons-14%2Fgenbaneko/lists"}