Downloads:
43,966
Downloads of v 2.3.0:
576
Last Update:
27 Jan 2016
Package Maintainer(s):
Software Author(s):
- PicklesDoc and contributors
Tags:
specificationbyexample bdd specflow gherkin cucumber specbyex livingdocumentation documentation- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Pickles - The Open Source Living Documentation Generator
This is not the latest version of Pickles - The Open Source Living Documentation Generator available.
- 1
- 2
- 3
2.3.0 | Updated: 27 Jan 2016
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
43,966
Downloads of v 2.3.0:
576
Maintainer(s):
Software Author(s):
- PicklesDoc and contributors
Pickles - The Open Source Living Documentation Generator 2.3.0
This is not the latest version of Pickles - The Open Source Living Documentation Generator available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by PicklesDoc and contributors. The inclusion of PicklesDoc and contributors trademark(s), if any, upon this webpage is solely to identify PicklesDoc and contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Pickles - The Open Source Living Documentation Generator, run the following command from the command line or from PowerShell:
To upgrade Pickles - The Open Source Living Documentation Generator, run the following command from the command line or from PowerShell:
To uninstall Pickles - The Open Source Living Documentation Generator, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download pickles --internalize --version=2.3.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade pickles -y --source="'INTERNAL REPO URL'" --version="'2.3.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade pickles -y --source="'INTERNAL REPO URL'" --version="'2.3.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pickles
win_chocolatey:
name: pickles
version: '2.3.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pickles' do
action :install
source 'INTERNAL REPO URL'
version '2.3.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pickles
{
Name = "pickles"
Version = "2.3.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pickles':
ensure => '2.3.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 27 Jan 2016.
Pickles is an open source living documentation generator that works on feature files written in the Gherkin language, popularized in tools like Cucumber and SpecFlow.
Pickles can be incorporated into your build process to produce living documentation in a format that is more accessible to your clients. Gherkin language files are written in plain text and stored in your source folder. This can make them inaccessible to clients who may not know how to work with source control or who are not interested in seeing all of the source code, just the features.
Pickles can produce output in different formats:
- Static HTML: a set of HTML files with minimal JavaScript
- Dynamic HTML: a JavaScript-rich single page app with integrated search
- Word: Microsoft Word
- Excel: Microsoft Excel
- JSON: a custom JSON format
Optionally, Pickles can integrate test results, so that your stakeholders know which scenarios pass validation. Pickles supports these test formats:
- NUnit
- MSTest
- XUnit
- SpecRun
- Cucumber JSON
md5: 69518420A7136B3E7F334A02C9EE5D28 | sha1: 9DDD5232800A03BF45B4D0B65D44F8B9235DCC9B | sha256: BC7AEE31320D3AD569FD26548F4EA748D2D60D995C91B9824CB1ED31C5141E8F | sha512: 746897B84433CB7EF0CCB2B7A8A43DFF43D23B8D0E3D3EF611DB662B486FB223AB27933267A3CB159465C122981EEAD445D3384336E2FF59B864B7A3AF95EDAB
md5: 687FF2CDDC8A11EC257C51959BCCF35C | sha1: 5573691582EFB0372D025392C116BE9932294B7E | sha256: 45698883BC8223AA68F348118BA1B7628A46D0B945A641A7469B79653F9A6CD7 | sha512: 10C47CBEB28B3092C69C003262C96730FD1096252BC90A2CCA7CB3B42E6FEEC5BAEB34456B7C16B9436CB17E0F6A2A3F3C2246945EAA8440146A169975FC0C28
md5: 7E3271FE123574FF6E27F50798435089 | sha1: D22315C2AB7F545EA2CF935F65C81961579D8C3E | sha256: E23D7BDCFAAC79EB086A5E4CE75C4DBD04DA5DA842BC3586EA7FADC2923AD48C | sha512: 17EBACF19A3652FE643554F61877C2979703FB2D6C6033D50575F0E79F9E17FE50EF13F419091BFE5AA3020B472F8223C6A86754EE037B77489357D98BDBC639
md5: 8BF2D98EB3CEA4E624FBFF8E6AEC7C8F | sha1: 8604A515B29A6DB99230E5D72E6EF0924AFBBFEC | sha256: 40F293A772B3017814557BFB6FFD0077C7B81DC4FDC1CAA7498DB64C38DCC25F | sha512: 8CA3882076D50C24926A179FF87C5708040A46AEE33B5EDAD392BEF9D357BF803837F47FA6C73178EBF9C0AC189DAD79CE777FB76170E8CB91818EAE458540AE
md5: 7C506809A8074BA46FC2658BAA9BDB7A | sha1: 4BD41FECAC3EF2C8820EEE3DB421865E6257491C | sha256: 78A2C1144C776145A676518A5E1E634CB4F411C0003225F63E96D60CF49D7B46 | sha512: 12651B3015CC453B5045754C9A9B469088783A0A437A950546F9567CC36E40EE98C55EAE93270C6AC72A30E74C0F57F6AE9E85500C5FFA2BE8612E7C25778515
md5: 8CBBD216E99B1D4D9304231235FF8C59 | sha1: CFE5C3A8BD9F2A3B814E7DFF271CD3620A04B299 | sha256: C44C392D40A05C5D1356B7F90171318BC03C766F15DE97E08E7F115D10159C87 | sha512: C7E38E07270CFB4DC66DD839D696D51CB3B4241959AD63EC391DD74ECD2C9437E8C9B4AA0F3F4A905BB3D906660597E4F142D3F34BB15E1A228B6341FA9449D7
md5: BD8DD0829BC3DD28AE16DD34AB9A2C19 | sha1: 6A5F67AEE42A69D360238BCBB4B7F68D4741BDBA | sha256: A713DA935A6B889DAEB9541C247B8FE6CD4DCDC317CB86628DBF79C8D2F4778F | sha512: 8390F7E005B39AB51C82E7EF7BAA0DCE6EF465B78B76330ACE480FDE81D6EF7ED41517E259C7D6A04AF3C9AFFF476A0E81AAEE2F91E17A4FD34DCF3E7A84BA6B
md5: 00DF6E02B1C92A08F14FC3C7722C5E4A | sha1: 6368FFA42375C3091549AF0E3891CC39208596E8 | sha256: 70ECB22486C521F556624DEF82F9CDA961EEA437D2CE76A6291D5EE2A6AF7674 | sha512: 7C86072A8995C3156F91F453446EFC4CD567D256BF7F88BB52DBC4AEBFD0F86F369538B0FA9CEB9F083494DA73BDFE663585BFBF814A7FF18D795F9358A64F15
md5: 0AEA243147E3483873BC1CDDAB71916D | sha1: 53F499099DF55590F0BE736B9EB79525C26463D4 | sha256: A4E7600C2A9CBC0CF12334FD5E313EE47F61F669E3D3FCB098968D33D9FB0521 | sha512: 140D52259AA17AD8ED3668C732E2DA90870326DFCE59EEE07F2706CB5F946390142C03854C51E026E58BDB858AC9EF4CF2E1837A031C0DA8032B02A30D8EE8AE
md5: 9B03DD2C998CA6952FC502EE860798CC | sha1: 8A6C5863153CB086451C8E4BA9639FC1774FFB3C | sha256: 14991368254CFDD65F1E3FBB8E079A69B9FA54CD7CDF5EAA8C286A654A0E31AF | sha512: 947368FD2F85D57778ABB337D3BC93FD9E6E847B41B6E499F2D54EB00EA7C921CC962ABE775E513881D9BC960B7EA313F441A73403C9D7FEBF6FAA209A68DCF4
md5: 55DAEC0578564ECBE02E0D4033A1BA74 | sha1: D77BBC91E7C33BC74C85809EBA21FF43D60F35BB | sha256: 44BEBF5145847E32D41F320D80FBD7564847924AA49A847730E36931C7631B86 | sha512: 8E78546D7A5A66BFB948AA2EE56E4F470EACA36A432889F59C68C1033D825C57E7CBD5A0B1195D63F18530E49C61D74E8A0DF13BCFB1B013AAB8BBBCAE2DB952
md5: 66A210C73D5BE34FD0D5FF5B13B91EBB | sha1: BFD21E687466E82904D3BD03B54D7D73657EC443 | sha256: ADA6E6BB4E8C6B4CAB52E09BE7E2C9227AB96AE477FAA8C2AF92EB2F9D860CBB | sha512: F7C4034A50D0C4AA6852A77AEF433DFDD87E6868CAE72F63BA64AD4FB110E8C56AEE408F9C19E4C2C3DE4F1045FB57F9293A23011F3B845EF5B1EFE1C3E83E94
md5: 9824F73F005F58D98E8E0BF25EDA1D7E | sha1: B88FECDF73147B09F9F6AFAD6AF69612E9738623 | sha256: 2C48AEB98411E1C0DC149FB5E0E4B34ED15EF47079E52430EB665F190ACF001B | sha512: 6B47D2D8F9F8A0EE61E2387C7CF889BD00822C949C50C78A5058BCE89CE6171149A4E1929CDFF7CE173AC385A4232E0C7C05FD75BC673A160D5684E5E1FD64BC
md5: B17F55CAC6D233C63374B19A0A3833EA | sha1: F3479E2B358FFE302861F4EF36A79B5920EF9560 | sha256: 8CD1D25FD3CB4CF8ACC1529E87C62F978B706667773283EA18DC97C1ADFCF6C9 | sha512: AEC1271274A0684117CF44A1ACFE7F9C161EAD5496B2BB479D519DF277D764FCBAF2986C508C9AC7A70CD81602D871D3609801116CC6FC77FF0D00425C1D84B8
Log in or click on link to see number of positives.
- MarkdownDeep.dll (c44c392d40a0) - ## / 66
- Autofac.dll (bc7aee31320d) - ## / 72
- AutoMapper.dll (45698883bc82) - ## / 56
- ClosedXML.dll (e23d7bdcfaac) - ## / 57
- DocumentFormat.OpenXml.dll (40f293a772b3) - ## / 68
- Gherkin.dll (78a2c1144c77) - ## / 54
- NDesk.Options.dll (800c0ae0f2ac) - ## / 67
- Newtonsoft.Json.dll (a713da935a6b) - ## / 68
- NGenerics.dll (70ecb22486c5) - ## / 57
- NLog.dll (a4e7600c2a9c) - ## / 55
- System.IO.Abstractions.dll (8cd1d25fd3cb) - ## / 57
- PicklesDoc.Pickles.ObjectModel.dll (ada6e6bb4e8c) - ## / 57
- pickles.2.3.0.nupkg (464bbc2368a5) - ## / 57
- pickles.exe (14991368254c) - ## / 57
- PicklesDoc.Pickles.Library.dll (44bebf514584) - ## / 57
- PicklesDoc.Pickles.TestFrameworks.dll (2c48aeb98411) - ## / 56
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Copyright © 2010-2012 Jeffrey Cameron, Copyright © 2013-present PicklesDoc and contributors
This package has no dependencies.
Ground Rules:
- This discussion is only about Pickles - The Open Source Living Documentation Generator and the Pickles - The Open Source Living Documentation Generator package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Pickles - The Open Source Living Documentation Generator, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.