{"id":28298207,"url":"https://github.com/yord/pxi-sample","last_synced_at":"2026-05-04T19:42:20.725Z","repository":{"id":36491610,"uuid":"226911815","full_name":"Yord/pxi-sample","owner":"Yord","description":"🧚pxi-sample is a sample plugin for pxi (pixie), the small, fast, and magical command-line data processor.","archived":false,"fork":false,"pushed_at":"2023-01-05T02:49:25.000Z","size":5137,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-27T13:10:23.649Z","etag":null,"topics":["csv","data-processing","deserializer","dsv","json","marshaller","parser","pixie","pxi","serializer","ssv","tsv"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/Yord.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":"2019-12-09T16:05:24.000Z","updated_at":"2020-03-15T20:49:31.000Z","dependencies_parsed_at":"2023-01-17T02:00:01.467Z","dependency_job_id":null,"html_url":"https://github.com/Yord/pxi-sample","commit_stats":null,"previous_names":["yord/pfx-sample"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/Yord/pxi-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yord%2Fpxi-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yord%2Fpxi-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yord%2Fpxi-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yord%2Fpxi-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yord","download_url":"https://codeload.github.com/Yord/pxi-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yord%2Fpxi-sample/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259904913,"owners_count":22929910,"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":["csv","data-processing","deserializer","dsv","json","marshaller","parser","pixie","pxi","serializer","ssv","tsv"],"created_at":"2025-05-23T06:13:27.850Z","updated_at":"2026-04-29T10:34:18.890Z","avatar_url":"https://github.com/Yord.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![pxi-sample teaser][teaser]\n\n🧚`pxi-sample` is a sample plugin for `pxi` (pixie), the small, fast, and magical command-line data processor.\n\nSee the [`pxi` github repository][pxi] for more details!\n\n[![node version][shield-node]][node]\n[![npm version][shield-npm]][npm-package]\n[![license][shield-license]][license]\n[![PRs Welcome][shield-prs]][contribute]\n[![linux unit tests status][shield-unit-tests-linux]][actions]\n[![macos unit tests status][shield-unit-tests-macos]][actions]\n[![windows unit tests status][shield-unit-tests-windows]][actions]\n\n## Installation\n\n`pxi-sample` is installed in `~/.pxi/` as follows:\n\n```bash\nnpm install pxi-sample\n```\n\nThe plugin is included in `~/.pxi/index.js` as follows:\n\n```js\nconst sample = require('pxi-sample')\n\nmodule.exports = {\n  plugins:  [sample],\n  context:  {},\n  defaults: {}\n}\n```\n\nFor a much more detailed description, see the [`.pxi` module documentation][pxi-module].\n\n## Extensions\n\nThis plugin comes with the following `pxi` extensions:\n\n|                       | Description                                                                          |\n|-----------------------|--------------------------------------------------------------------------------------|\n| `sample` chunker      | A sample chunker showcasing the structure and contents of a `pxi` chunker.           |\n| `sample` deserializer | A sample deserializer showcasing the structure and contents of a `pxi` deserializer. |\n| `sample` applier      | A sample applier showcasing the structure and contents of a `pxi` applier.           |\n| `sample` serializer   | A sample serializer showcasing the structure and contents of a `pxi` serializer.     |\n\n## Reporting Issues\n\nPlease report issues [in the tracker][issues]!\n\n## License\n\n`pxi-sample` is [MIT licensed][license].\n\n[actions]: https://github.com/Yord/pxi-sample/actions\n[contribute]: https://github.com/Yord/pxi\n[issues]: https://github.com/Yord/pxi/issues\n[license]: https://github.com/Yord/pxi-core/blob/master/LICENSE\n[node]: https://nodejs.org/\n[npm-package]: https://www.npmjs.com/package/pxi-sample\n[pxi]: https://github.com/Yord/pxi\n[pxi-module]: https://github.com/Yord/pxi#pxi-module\n[shield-license]: https://img.shields.io/badge/license-MIT-blue.svg?color=yellow\u0026labelColor=313A42\n[shield-node]: https://img.shields.io/node/v/pxi-sample?color=red\u0026labelColor=313A42\n[shield-npm]: https://img.shields.io/npm/v/pxi-sample.svg?color=orange\u0026labelColor=313A42\n[shield-prs]: https://img.shields.io/badge/PRs-welcome-green.svg?labelColor=313A42\n[shield-unit-tests-linux]: https://github.com/Yord/pxi-sample/workflows/linux/badge.svg?branch=master\n[shield-unit-tests-macos]: https://github.com/Yord/pxi-sample/workflows/macos/badge.svg?branch=master\n[shield-unit-tests-windows]: https://github.com/Yord/pxi-sample/workflows/windows/badge.svg?branch=master\n[teaser]: https://github.com/Yord/pxi/blob/master/teaser.gif?raw=true","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyord%2Fpxi-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyord%2Fpxi-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyord%2Fpxi-sample/lists"}