Skip to content

sous-chefs/atom

Repository files navigation

atom cookbook

Cookbook Version Build Status OpenCollective OpenCollective License

Install/Configures Atom atom.io

Provides the atom_apm resource to install, uninstall, upgrade packages.

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.

Recipes

Provides resource atom_apm to install, uninstall, upgrade packages.

default

Installs atom via package manager.

atom::packages

Installs the apm packages listed under node.attributes.

attributes:
  atom:
    packages:
      - vim-mode
      - minimap

Resource Usage

Custom Resource Usage

atom_apm

This resource manages apm packages, supporting the following actions:

  • disable
  • enable
  • install(default)
  • uninstall
  • upgrade

Examples

# Install 'lychee-theme'
atom_apm 'lychee-theme'

# Uninstall 'dracula-theme'
atom_apm 'dracula-theme' do
  action :uninstall
end

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website https://opencollective.com/sous-chefs/sponsor/1/website https://opencollective.com/sous-chefs/sponsor/2/website https://opencollective.com/sous-chefs/sponsor/3/website https://opencollective.com/sous-chefs/sponsor/4/website https://opencollective.com/sous-chefs/sponsor/5/website https://opencollective.com/sous-chefs/sponsor/6/website https://opencollective.com/sous-chefs/sponsor/7/website https://opencollective.com/sous-chefs/sponsor/8/website https://opencollective.com/sous-chefs/sponsor/9/website