cookbook 'atom', '= 0.1.1'
atom
(18) Versions
0.1.1
-
Follow12
Installs/Configures the Atom text editor - a hackable editor based on Electron, maintained by GitHub
cookbook 'atom', '= 0.1.1', :supermarket
knife supermarket install atom
knife supermarket download atom
chef-atom
Install/Configures atom.io
Provides LWRP's atom_apm
to install, uninstall, upgrade packages.
Recipes
default
Installs atom via package manager.
LWRP Usage
atom_apm
This resource manages apm packages, supporting the following actions:
:install(default), :uninstall, :upgrade
Examples,
# Install 'lychee-theme' atom_apm 'lychee-theme' # Uninstall 'dracula-theme' atom_apm 'dracula-theme' do action :uninstall end
Contributing
- Fork the repository on Github
- Create a named feature branch (like
feature/component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Authors:
- Mohit Sethi mohit@sethis.in
Foodcritic Metric
0.1.1 passed this metric
0.1.1 passed this metric