This package has been deprecated

Author message:

This package is now published under @cucumber/gherkin

gherkin
TypeScript icon, indicating that this package has built-in type declarations

9.0.0 • Public • Published

Build Status

Gherkin parser/compiler for JavaScript. Please see Gherkin for details.

Usage

const gherkin = require('gherkin')
 
const options = {
  includeSource: true,
  includeGherkinDocument: true,
  includePickles: true,
}
const stream = gherkin.fromPaths(['features/hello.feature'])
 
// Pipe the stream to another stream that can read messages.
stream.pipe(...)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i gherkin

Weekly Downloads

1,050,326

Version

9.0.0

License

MIT

Unpacked Size

802 kB

Total Files

132

Last publish

Collaborators

  • aslakhellesoy
  • cukebot
  • davidjgoss