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(...)

/gherkin/

    Package Sidebar

    Install

    npm i gherkin

    Weekly Downloads

    787,696

    Version

    9.0.0

    License

    MIT

    Unpacked Size

    802 kB

    Total Files

    132

    Last publish

    Collaborators

    • aslakhellesoy
    • cukebot
    • davidjgoss