JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24
  • Score
    100M100P100Q38271F
  • License MIT

Sample plugin for pxi (pixie), the small, fast, and magical command-line data processor

Package Exports

  • pxi-sample

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pxi-sample) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 chunker A sample chunker showcasing the structure and contents of a pxi chunker.
sample deserializer A sample deserializer showcasing the structure and contents of a pxi deserializer.
sample applier A sample applier showcasing the structure and contents of a pxi applier.
sample serializer A 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.