Skip to content

pzi/snyk-cheatset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snyk Cheatset

Snyk cheat sheet as docset for Dash.

The cheat sheet is based on the Snyk CLI Cheatsheet on the Snyk Blog and has been extended with content form the Snyk CLI help.

Convert the cheatset to a docset

cheatset generate Snyk.rb

The format used to define a cheat sheet is quite simple.

Contributing

  1. Fork this repository
  2. Install cheatset: $ sudo gem install cheatset
    Note: this requires the Xcode Command Line Tools to be installed.
    $ xcode-select --install
  3. Create a branch: $ git checkout -b my-changes
  4. Generate docset: $ cheatset generate Snyk.rb
  5. Test the docset in Dash
  6. Commit & push your changes
  7. Create new Pull Request