{"id":25879780,"url":"https://github.com/obstudio/marklet","last_synced_at":"2025-08-22T07:08:13.869Z","repository":{"id":57127406,"uuid":"140787868","full_name":"obstudio/Marklet","owner":"obstudio","description":"A markup language designed for API manual pages.","archived":false,"fork":false,"pushed_at":"2018-10-31T13:30:22.000Z","size":505,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-03T13:53:39.502Z","etag":null,"topics":["marklet","markup"],"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/obstudio.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":"2018-07-13T02:40:07.000Z","updated_at":"2018-10-06T09:12:05.000Z","dependencies_parsed_at":"2022-08-31T17:20:20.425Z","dependency_job_id":null,"html_url":"https://github.com/obstudio/Marklet","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/obstudio/Marklet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obstudio%2FMarklet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obstudio%2FMarklet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obstudio%2FMarklet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obstudio%2FMarklet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obstudio","download_url":"https://codeload.github.com/obstudio/Marklet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obstudio%2FMarklet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267429600,"owners_count":24085976,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["marklet","markup"],"created_at":"2025-03-02T13:28:05.340Z","updated_at":"2025-07-27T21:40:45.115Z","avatar_url":"https://github.com/obstudio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marklet\n\n[![Build Status](https://travis-ci.com/obstudio/Marklet.svg?branch=dev)](https://travis-ci.com/obstudio/Marklet)\n[![dependency](https://img.shields.io/david/obstudio/Marklet.svg)](https://github.com/obstudio/Marklet/blob/master/package.json)\n[![npm](https://img.shields.io/npm/v/markletjs.svg)](https://www.npmjs.com/package/markletjs)\n[![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/markletjs.svg)](https://www.npmjs.com/package/markletjs)\n\nA markup language designed for API manual pages.\n\n## Packages\n\n| package | version |\n|:-------:|:-------:|\n|[@marklet/cli](https://github.com/obstudio/Marklet/tree/master/packages/cli)|[![npm](https://img.shields.io/npm/v/@marklet/cli.svg)](https://www.npmjs.com/package/@marklet/cli)|\n|[@marklet/core](https://github.com/obstudio/Marklet/tree/master/packages/core)|[![npm](https://img.shields.io/npm/v/@marklet/core.svg)](https://www.npmjs.com/package/@marklet/core)|\n|[@marklet/dev-server](https://github.com/obstudio/Marklet/tree/master/packages/dev-server)|[![npm](https://img.shields.io/npm/v/@marklet/dev-server.svg)](https://www.npmjs.com/package/@marklet/dev-server)|\n|[@marklet/parser](https://github.com/obstudio/Marklet/tree/master/packages/parser)|[![npm](https://img.shields.io/npm/v/@marklet/parser.svg)](https://www.npmjs.com/package/@marklet/parser)|\n|[@marklet/renderer](https://github.com/obstudio/Marklet/tree/master/packages/renderer)|[![npm](https://img.shields.io/npm/v/@marklet/renderer.svg)](https://www.npmjs.com/package/@marklet/renderer)|\n\n## Usage: CLI\n\n```\nUsage: marklet [options] [command]\n\nA command line interface for marklet.\n\nOptions:\n  -v, --version                       output the version number\n  -h, --help                          output usage information\n\nCommands:\n  parse [options] [filepath]          Parse a marklet file into marklet AST.\n  edit [options] [filepath|dirpath]   Edit a marklet file or project.\n  watch [options] [filepath|dirpath]  Watch a marklet file or project.\n```\n\nSee details [here](https://github.com/obstudio/Marklet/blob/master/packages/cli/README.md).\n\n## Usage: Node\n\n```shell\nnpm i markletjs\n```\n\n```js\nconst Marklet = require('marklet')\nMarklet.watch({ source: 'path/to/file' })\n```\n\n## Usage: Web\n\n```html\n\u003cscript src=\"marklet.dist.js\"\u003e\u003c/script\u003e\n```\n\n```html\n\u003cdiv id=\"#editor\"\u003e\u003c/div\u003e\n\u003cscript\u003e\n  window.marklet.start({ el: '#editor' })\n\u003c/script\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobstudio%2Fmarklet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobstudio%2Fmarklet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobstudio%2Fmarklet/lists"}