Install/Configures Atom atom.io
Provides LWRP's atom_apm
to install, uninstall, upgrade packages.
Installs atom via package manager.
This resource manages apm packages, supporting the following actions:
:install(default), :uninstall, :upgrade
# Install 'lychee-theme'
atom_apm 'lychee-theme'
# Uninstall 'dracula-theme'
atom_apm 'dracula-theme' do
action :uninstall
end
- 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
Authors:
- Mohit Sethi mohit@sethis.in