
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
picklesdoc
Advanced tools
Compile spec documents written in Gherkin language to JSON, XLSX, or LaTeX
PicklesDoc is a program that converts .feature files written in Gherkin language into Excel spreadsheets, LaTeX documents or JSON data.
This program is a cross-platform NodeJS port of the popular Pickles program written in C#.
npm install --global picklesdoc
picklesdoc <command> [args]
picklesdoc xlsx <input> [out]
Convert the provided file or directory into XLSX
input
Input feature file or directory [required]out
Output file or directory-h
--help
Show help [boolean]--testers
Number of tester columns to generate (for QA purposes) [number] [default: 0]picklesdoc xlsx ./features my-spreadsheet.xlsx --testers=2
picklesdoc xlsx my-feature.feature my-spreadsheet.xlsx
picklesdoc xlsx ./features ./out --testers=3
picklesdoc tex <input> [out]
Generate a LaTeX report of the feature or features. After generating the LaTeX document
you will need another program to convert it to a PDF. picklesdoc
development uses
pdflatex
for all its testing.
input
Input feature file or directory [required]out
Output file or directory. Will print to STDOUT
if not specified-h
--help
Show help [boolean]--title
Title for the LaTeX document. [string] [default: "Features Report"]picklesdoc tex ./features my-document.tex --title="Company Features Report"
picklesdoc tex my-feature.feature my-document.tex
picklesdoc tex ./features > output.tex
picklesdoc json <input> [out]
Convert the provided file or directory into JSON
input
Input feature file or directory [required]out
Output file or directory. Will print to STDOUT
if not specified-h
--help
Show help [boolean]picklesdoc json ./features my-output-file.json
picklesdoc json my-feature.feature > output.json
picklesdoc json my-feature.feature | jq
[1.3.1] - (2023-04-20)
FAQs
Compile spec documents written in Gherkin language to JSON, XLSX, or LaTeX
The npm package picklesdoc receives a total of 93 weekly downloads. As such, picklesdoc popularity was classified as not popular.
We found that picklesdoc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.