ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

CForm

by beaknit ALL

SublimeText plugin for CloudFormation

Details

Installs

  • Total 5K
  • Win 2K
  • Mac 2K
  • Linux 643
May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26
Windows 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

cform

A sublime plugin for CloudFormation

Setup

CForm is now available via the Sublime Text package control. See https://packagecontrol.io/

Use

  1. Open a new file in Sublime
  2. Set the file type to Cloudformation by either selecting from the menu in the bottom-right corner of the ST window or hitting Cmd|Ctrl + Shift + P to open the Command Palatte and typing SetSyntax: CloudFormation.
  3. Type start - a CloudFormation template scaffold will appear
  4. Under each section, type the thing you're trying to make (eg, parameter, output, etc) and it will populate the text for you.
  5. Tab through the different fields and fill in your values
  6. Save it with the extension cform, template or cloudformation and run it through the CloudFormation console
  7. Profit