An open API service indexing awesome lists of open source software.

https://github.com/joelhooks/puppet-webstorm


https://github.com/joelhooks/puppet-webstorm

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# WebStorm Puppet Module for Boxen [![Build Status](https://travis-ci.org/bradhouse/puppet-webstorm.png?branch=master)](https://travis-ci.org/bradhouse/puppet-webstorm)

Install [WebStorm](http://www.jetbrains.com/webstorm/), a code-centric IDE, focused on your productivity.

## Usage

```include webstorm```

## Required Puppet Modules

* `boxen`

## Development

Write code. Run one of the following tasks to test it:
* `rake syntax`
* `rake style`
* `rake spec`
* `rake build`