0.6.4 • Published 6 years ago

@pfx/sample v0.6.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@pfx/sample teaser

@pfx/sample is a sample plugin for pf, the fast and extensible command-line data (e.g. JSON) processor and transformer.

See the pf 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

@pfx/sample is installed in ~/.pfrc/ as follows:

npm install @pfx/sample

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

const sample = require('@pfx/sample')

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

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

Extensions

This plugin comes with the following pf extensions:

Description
sample lexerA sample lexer showcasing the structure and contents of a pf lexer.
sample parserA sample parser showcasing the structure and contents of a pf parser.
sample applicatorA sample applicator showcasing the structure and contents of a pf applicator.
sample marshallerA sample marshaller showcasing the structure and contents of a pf marshaller.

Reporting Issues

Please report issues in the tracker!

License

@pfx/sample is MIT licensed.

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago