0.9.0 ā€¢ Published 4 years ago

pxi-sample v0.9.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

pxi-sample teaser

šŸ§špxi-sample is a sample plugin for pxi (pixie), the small, fast, and magical command-line data processor.

See the pxi github repository for more details!

node version npm version license PRs Welcome linux unit tests status macos unit tests status windows unit tests status

Installation

pxi-sample is installed in ~/.pxi/ as follows:

npm install pxi-sample

The plugin is included in ~/.pxi/index.js as follows:

const sample = require('pxi-sample')

module.exports = {
  plugins:  [sample],
  context:  {},
  defaults: {}
}

For a much more detailed description, see the .pxi module documentation.

Extensions

This plugin comes with the following pxi extensions:

Description
sample chunkerA sample chunker showcasing the structure and contents of a pxi chunker.
sample deserializerA sample deserializer showcasing the structure and contents of a pxi deserializer.
sample applierA sample applier showcasing the structure and contents of a pxi applier.
sample serializerA sample serializer showcasing the structure and contents of a pxi serializer.

Reporting Issues

Please report issues in the tracker!

License

pxi-sample is MIT licensed.

0.9.0

4 years ago

0.8.1

4 years ago

0.7.6

4 years ago

0.8.0

4 years ago

0.7.5

4 years ago

0.7.4

4 years ago

0.7.2

4 years ago

0.7.3

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago