{"id":28961780,"url":"https://github.com/getappmap/appmap-node","last_synced_at":"2026-02-26T19:16:15.735Z","repository":{"id":194146781,"uuid":"690126789","full_name":"getappmap/appmap-node","owner":"getappmap","description":"AppMap client agent for Node.js","archived":false,"fork":false,"pushed_at":"2025-01-27T08:43:16.000Z","size":251443,"stargazers_count":10,"open_issues_count":18,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-24T20:17:23.716Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getappmap.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-09-11T15:24:05.000Z","updated_at":"2024-09-30T17:46:54.000Z","dependencies_parsed_at":"2023-12-29T08:32:11.475Z","dependency_job_id":"ffc32344-c071-4763-ab52-37dfb3a27992","html_url":"https://github.com/getappmap/appmap-node","commit_stats":null,"previous_names":["getappmap/appmap-node"],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/getappmap/appmap-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getappmap%2Fappmap-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getappmap%2Fappmap-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getappmap%2Fappmap-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getappmap%2Fappmap-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getappmap","download_url":"https://codeload.github.com/getappmap/appmap-node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getappmap%2Fappmap-node/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261589913,"owners_count":23181437,"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":[],"created_at":"2025-06-24T02:04:59.784Z","updated_at":"2026-02-26T19:16:15.717Z","avatar_url":"https://github.com/getappmap.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# appmap-node\n\nAppMap agent for Node.js.\n\nSee the [official documentation](https://appmap.io/docs/reference/appmap-node.html) for full reference.\n\n## Usage\n\nSimply use `appmap-node` in place of `node` command, or prepend `appmap-node` \nto your tool invocation:\n\n    $ npx appmap-node foo.js\n    $ npx appmap-node yarn jest\n    $ npx appmap-node npx ts-node foo.ts\n\n## Code Block Recording\n\nYou can run appmap-node and use the exposed API to record snippets\nof interest.\n\n    $ npx appmap-node foo.js\n\nfoo.js\n```JavaScript\nconst { record } = require(\"appmap-node\");\n\nconst appmap = record(() =\u003e {\n  hello(\"world\");\n});\n// You can consume the details of the appmap object\nconsole.log(\"# of events: \", appmap?.events.length);\n```\n\n## Configuration\n\nYou can create `appmap.yml` config file; if not found, a default one will be created:\n\n```yaml\nname: application-name  # from package.json by default\nappmap_dir: tmp/appmap\nlanguage: javascript\npackages:\n- path: .  # paths to instrument, relative to appmap.yml location\n  exclude:  # code to exclude from instrumentation\n  - node_modules  # these paths are excluded by default\n  - .yaml  # if you create your own config file, you probably want to add them too\n  # You can also exclude methods and functions by name:\n  # - functionName\n  # - Klass.method\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetappmap%2Fappmap-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetappmap%2Fappmap-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetappmap%2Fappmap-node/lists"}