Git Product home page Git Product logo

sublimepuppet's Introduction

SublimePuppet

Puppet highlighting, snippets and completion for Sublime Text 2 & 3.

Now with Windows parsing support.

Plugin installation

Package Manager

First, install the Package Control plugin, instructions here: https://packagecontrol.io/installation

Once you install Package Control, restart ST2 and bring up the Command Palette (Command+Shift+P on OS X, Control+Shift+P on Linux/Windows).

Select "Package Control: Install Package", wait while Package Control fetches the latest package list, then select SublimePuppet when the list appears. The advantage of using this method is that Package Control will automatically keep SublimePuppet up to date with the latest version.

Manual

Sublime Puppet can be manually installed to your Sublime Text "Packages" directory. You can find and open the "Packages" directory from the Sublime Text menu at:

Preferences | Browse Packages...

Then download the code into place from the Git version control repository or by directly downloading a snapshot of the latest code:

With Git:

  1. Change your working directory to the Sublime Text "Packages" directory

  2. Clone the repository into your Sublime Text "Packages" directory:

     git clone https://github.com/russCloak/SublimePuppet.git
    

Without Git:

  1. Download the latest SublimePuppet source code archive.
  2. Unpack the downloaded archive to a local folder somewhere.
  3. Rename the unpacked folder SublimePuppet-master to the new name SublimePuppet.
  4. Move the SublimePuppet folder into your Sublime Text "Packages" directory.

Puppet installation

This SublimePuppet package requires Puppet be intalled on your system in order to run syntax check commands. Follow the steps outlined in the Puppet Labs guide to Installing Puppet.

Contributing

If you would like to contribute enhancements or fixes, please do the following:

  1. Fork the SublimePuppet package Github repository.
  2. Hack on a separate topic branch created from the latest master branch.
  3. Commit and push your topic branch to your forked remote repository.
  4. Make a pull request on Github with a
    1. short descriptive title.
    2. description outlining the purpose of your changes.
  5. Be patient. ;-)

Please note that modifications should follow these coding guidelines:

  • Indent is 4 spaces.
  • Indent using spaces only.
  • Code should pass flake8 and pep257 linters.
  • Vertical whitespace helps readability, don’t be afraid to use it.
  • Please use descriptive variable names, no abbreviations unless they are very well known.

sublimepuppet's People

Contributors

petems avatar christopher-hopper avatar flyinbutrs avatar russcloak avatar skibum55 avatar clarabstract avatar

Watchers

James Cloos avatar Reed Martin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.