https://github.com/yord/pxi-pxi
🧚pxi-pxi is a sample .pxi module for pxi (pixie), the small, fast, and magical command-line data processor.
https://github.com/yord/pxi-pxi
csv data-processing deserializer dsv json marshaller parser pixie pxi serializer ssv tsv
Last synced: about 1 month ago
JSON representation
🧚pxi-pxi is a sample .pxi module for pxi (pixie), the small, fast, and magical command-line data processor.
- Host: GitHub
- URL: https://github.com/yord/pxi-pxi
- Owner: Yord
- License: mit
- Created: 2019-12-26T19:16:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:43:19.000Z (over 3 years ago)
- Last Synced: 2025-05-21T06:20:13.786Z (about 1 year ago)
- Topics: csv, data-processing, deserializer, dsv, json, marshaller, parser, pixie, pxi, serializer, ssv, tsv
- Language: JavaScript
- Homepage:
- Size: 5.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![pxi-pxi teaser][teaser]
🧚`pxi-pxi` is a sample .pxi module for `pxi` (pixie), the small, fast, and magical command-line data processor.
See the [`pxi` github repository][pxi] for more details!
[![node version][shield-node]][node]
[![license][shield-license]][license]
[![PRs Welcome][shield-prs]][contribute]
[![linux unit tests status][shield-unit-tests-linux]][actions]
[![macos unit tests status][shield-unit-tests-macos]][actions]
[![windows unit tests status][shield-unit-tests-windows]][actions]
## Installation
`pxi-pxi` must be cloned to your user folder as follows:
```bash
$ git clone https://github.com/Yord/pxi-pxi.git ~/.pxi
```
After cloning the module, install its dependencies:
```bash
$ cd ~/.pxi
$ npm install
```
For a much more detailed description, see the [`.pxi` module documentation][pxi-module].
## Reporting Issues
Please report issues [in the tracker][issues]!
## License
`pxi-pxi` is [MIT licensed][license].
[actions]: https://github.com/Yord/pxi-pxi/actions
[contribute]: https://github.com/Yord/pxi
[issues]: https://github.com/Yord/pxi/issues
[license]: https://github.com/Yord/pxi-pxi/blob/master/LICENSE
[node]: https://nodejs.org/
[pxi]: https://github.com/Yord/pxi
[pxi-module]: https://github.com/Yord/pxi#pxi-module
[shield-license]: https://img.shields.io/badge/license-MIT-blue.svg?color=yellow&labelColor=313A42
[shield-node]: https://img.shields.io/node/v/pxi?color=red&labelColor=313A42
[shield-prs]: https://img.shields.io/badge/PRs-welcome-green.svg?labelColor=313A42
[shield-unit-tests-linux]: https://github.com/Yord/pxi-pxi/workflows/linux/badge.svg?branch=master
[shield-unit-tests-macos]: https://github.com/Yord/pxi-pxi/workflows/macos/badge.svg?branch=master
[shield-unit-tests-windows]: https://github.com/Yord/pxi-pxi/workflows/windows/badge.svg?branch=master
[teaser]: https://github.com/Yord/pxi/blob/master/teaser.gif?raw=true