Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

living-spec

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

living-spec

Produce living spec documents from cucumber (gherkin) specs.

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

living-spec

Produce living spec documents from cucumber (gherkin) specs.

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install -g living-spec

Usage

Then run it against your feature spec files:

living-spec -o outdir -T 'Spec for my Project' /path/to/spec/files

Customization

You can supply your own template files by taking a copy of the 'templates' directory and modifying the files to suit. Use your new template with the '-t' switch.

Dependencies

  • findit: walk a directory tree recursively with events
  • gherkin: Gherkin parser
  • handlebars: Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
  • ncp: Asynchronous recursive file copy utility.
  • yargs: Light-weight option parsing with an argv hash. No optstrings attached.

License

ISC

FAQs

Package last updated on 14 Feb 2016

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc