cookbook 'sublime-text', '= 0.1.0', :supermarket
sublime-text (6) Versions 0.1.0 Follow2
Installs/Configures Sublime Text
cookbook 'sublime-text', '= 0.1.0'
knife supermarket install sublime-text
knife supermarket download sublime-text
sublime-text-cookbook
Cookbook for installing Sublime Text
Supported Platforms
- Ubuntu 14.04
Attributes
<table> <tr> <th>Key</th> <th>Type</th> <th>Description</th> <th>Default</th> </tr> <tr> <td>node['sublime-text]['version']</td> <td>integer</td> <td>The version of Sublime Text to install. Currently supports versions 2 and 3</td> <td>2</td> </tr> <tr> <td>node['sublime-text']['platform']['release']</td> <td>string</td> <td>The release of ubuntu being installed to</td> <td>'trusty'</td> </tr> <tr> <td>node['sublime-text']['platform']['architecture']</td> <td>string</td> <td>The hardware architecture</td> <td>'amd64'</td> </tr> </table>
Usage
sublime-text::default
Include sublime-text
in your node's run_list
:
{
"run_list": [
"recipe[sublime-text::default]"
]
}
Contributing
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
License and Authors
Author:: Patrick Ayoup (patrick.ayoup@gmail.com)
Dependent cookbooks
apt ~> 2.4.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
0.1.0
Initial release of sublime-text-cookbook