https://github.com/yord/pxi-sandbox
🧚pxi-sandbox is a sandbox for developing plugins for pxi (pixie), the small, fast, and magical command-line data processor.
https://github.com/yord/pxi-sandbox
csv data-processing deserializer dsv json marshaller parser pixie pxi serializer ssv tsv
Last synced: about 1 month ago
JSON representation
🧚pxi-sandbox is a sandbox for developing plugins for pxi (pixie), the small, fast, and magical command-line data processor.
- Host: GitHub
- URL: https://github.com/yord/pxi-sandbox
- Owner: Yord
- License: mit
- Created: 2019-12-11T10:15:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:56:19.000Z (over 3 years ago)
- Last Synced: 2025-06-19T17:08:18.074Z (12 months ago)
- Topics: csv, data-processing, deserializer, dsv, json, marshaller, parser, pixie, pxi, serializer, ssv, tsv
- Language: JavaScript
- Homepage:
- Size: 4.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![pxi-sandbox teaser][teaser]
🧚`pxi-sandbox` is a sandbox for developing plugins 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-sandbox` must be cloned to your user folder as follows:
```bash
$ git clone https://github.com/Yord/pxi-sandbox.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-sandbox` is [MIT licensed][license].
[actions]: https://github.com/Yord/pxi-sandbox/actions
[contribute]: https://github.com/Yord/pxi
[issues]: https://github.com/Yord/pxi/issues
[license]: https://github.com/Yord/pxi-sandbox/blob/master/LICENSE
[node]: https://nodejs.org/
[npm-package]: https://www.npmjs.com/package/pxi
[pxi]: https://github.com/Yord/pxi
[pxi-module]: https://github.com/Yord/pxi#pxi-module
[shield-license]: https://img.shields.io/badge/license-MIT-yellow.svg?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-sandbox/workflows/linux/badge.svg?branch=master
[shield-unit-tests-macos]: https://github.com/Yord/pxi-sandbox/workflows/macos/badge.svg?branch=master
[shield-unit-tests-windows]: https://github.com/Yord/pxi-sandbox/workflows/windows/badge.svg?branch=master
[teaser]: https://github.com/Yord/pxi/blob/master/teaser.gif?raw=true