Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 592 Bytes

File metadata and controls

32 lines (27 loc) · 592 Bytes

serverkit-atom

Serverkit plug-in for Atom.

Install

# Gemfile
gem "serverkit-atom"

Resource

atom_package

Install specified atom package.

Attributes

  • name - package name (required)
  • version - package version (optional)

Example

resources:
  - type: atom_package
    name: sort-lines
  - type: atom_package
    name: vim-mode
    version: 0.43.0