{"id":17168036,"url":"https://github.com/btmuli/mucli","last_synced_at":"2025-04-13T15:35:58.602Z","repository":{"id":62164160,"uuid":"541906074","full_name":"BTMuli/MuCli","owner":"BTMuli","description":"A Node CLI for Personal Use by BTMuli.","archived":false,"fork":false,"pushed_at":"2025-01-03T02:19:34.000Z","size":2043,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"next","last_synced_at":"2025-03-23T00:35:05.575Z","etag":null,"topics":["cli","markdown","nodecli"],"latest_commit_sha":null,"homepage":"","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/BTMuli.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-27T04:44:59.000Z","updated_at":"2025-01-03T02:19:38.000Z","dependencies_parsed_at":"2024-01-11T09:13:38.575Z","dependency_job_id":"b267fe54-567a-4e0a-b828-0fdd95beb4d6","html_url":"https://github.com/BTMuli/MuCli","commit_stats":{"total_commits":243,"total_committers":2,"mean_commits":121.5,"dds":"0.024691358024691357","last_synced_commit":"b66a28b7b075cb3c53f385eb75ce9acb3f87a963"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTMuli%2FMuCli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTMuli%2FMuCli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTMuli%2FMuCli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTMuli%2FMuCli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BTMuli","download_url":"https://codeload.github.com/BTMuli/MuCli/tar.gz/refs/heads/next","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248737299,"owners_count":21153741,"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":["cli","markdown","nodecli"],"created_at":"2024-10-14T23:11:01.142Z","updated_at":"2025-04-13T15:35:58.539Z","avatar_url":"https://github.com/BTMuli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\nAuthor: 目棃\nDescription: 说明文档\nDate: 2023-09-10\nUpdate: 2023-09-28\n---\n\n\u003e 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-09-10 11:38:39`\n\u003e\n\u003e 更新于 `2023-09-28 17:46:06`\n\n[![](https://img.shields.io/github/license/BTMuli/MuCli?style=for-the-badge)](./LICENSE) ![](https://img.shields.io/github/package-json/v/btmuli/mucli?style=for-the-badge) ![](https://img.shields.io/github/last-commit/btmuli/mucli?style=for-the-badge)\n\n# MuCli\n\nA Node CLI for personal use by BTMuli.\n\n## Install\n\nBy npm:\n\n```bash\nnpm install -g @btmuli/mucli\n```\n\n## Usage\n\n```bash\nmuc [command] [options]\n```\n\n## What can MuCli do?\n\nIt can do some things:\n\nUsing `muc set` to change the subcommand enabled.\n\nUsing `muc mmd` to create/update a markdown file with `Frontmatter`.\n\nYou can use `muc -h` to get more information, and there will be more subcommands in the future.\n\n## Frontmatter\n\nWhat is `Frontmatter`?\n\n\u003e Frontmatter is metadata at the top of a file. It is commonly used to specify the title, author, and date of a document, but can be used for any kind of metadata.\n\nFor example，this file's `Frontmatter` is(since `2023-09-10 11:38:39`):\n\n```yaml\n---\nAuthor: 目棃\nDescription: 说明文档\nDate: 2023-09-10\nUpdate: 2023-09-10\n---\n```\n\nAnd the subcommand `mmd` add two more lines:\n\n```yaml\n---\nAuthor: 目棃\nDescription: 说明文档\nDate: 2023-09-10\nUpdate: 2023-09-10\n---\n\n\u003e 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2023-09-10 11:38:39`\n\u003e\n\u003e 更新于 `2023-09-10 11:38:39`\n```\n\nThe template to create a new file in `./template/MuCli/README.md` is:\n\n```markdown\n---\nAuthor: author\nDescription: description\nDate: date\nUpdate: update\n---\n\n\u003e 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `create`\n\u003e\n\u003e 更新于 `modify`\n```\n\nIt includes some properties:\n\n- `Author`: The author of the file.\n- `Description`: The description of the file.\n- `Date`: The date of the file created, format: `YYYY-MM-DD`.\n- `Update`: The date of the file updated, format: `YYYY-MM-DD`.\n- `create`: The date of the file created, format: `YYYY-MM-DD HH:mm:ss`.\n- `modify`: The date of the file updated, format: `YYYY-MM-DD HH:mm:ss`.\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtmuli%2Fmucli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtmuli%2Fmucli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtmuli%2Fmucli/lists"}