Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

atom (16) Versions 1.0.6

Installs/Configures the Atom text editor - a hackable editor based on Electron, maintained by GitHub

Policyfile
Berkshelf
Knife
cookbook 'atom', '= 1.0.6', :supermarket
cookbook 'atom', '= 1.0.6'
knife supermarket install atom
knife supermarket download atom
README
Dependencies
Changelog
Quality 50%

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

Changelog

All notable changes to this project will be documented in this file.

1.0.6 - 2023-03-01

1.0.5 - 2023-03-01

  • Update workflows to 2.0.1
  • Remove mdl and replace with markdownlint-cli2

1.0.4 - 2023-02-14

1.0.3 - 2023-02-14

  • Remove delivery folder

1.0.2 - 2021-08-31

  • Standardise files with files in sous-chefs/repo-management

1.0.1 - 2021-06-01

  • Standardise files with files in sous-chefs/repo-management

1.0.0 - 2021-05-20

  • Require chef-infra version 15.3 or greater

0.5.0 - 2021-05-17

  • Add ubuntu 20.04 support
  • Add ubuntu 21.04 support

0.4.1 - 2021-05-11

  • Update standardised files from sous-chefs/repo-management

0.4.0

  • Migrated to Github Actions for testing
  • Simplified the PPA setup in the apt_repository resource
  • resolved cookstyle error: recipes/windows.rb:19:18 convention: Layout/TrailingWhitespace
  • resolved cookstyle error: recipes/windows.rb:19:19 refactor: ChefModernize/FoodcriticComments

[0.3.1] - 2019-08-12

  • Add a TESTING.md file
  • Use a new windows test image and test windows 2016

[0.3.0] - 2019-08-08

  • Use a custom resource instead of an LWRP
  • Add tests.
  • Make the cookbook actions idempotent.
  • Remove the chefspec tests

[0.2.0]

  • Add support for Mac OS X
  • On Debian/Ubuntu install package instead of just setting up Atom apt ppa repo
  • On Windows, install package directly instead of using Chocolatey
  • Add specs and integration tests

Collaborator Number Metric
            

1.0.6 passed this metric

Contributing File Metric
            

1.0.6 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Cookstyle Metric
            

1.0.6 passed this metric

No Binaries Metric
            

1.0.6 passed this metric

Testing File Metric
            

1.0.6 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.6 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number