An open API service indexing awesome lists of open source software.

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.

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