https://github.com/joelhooks/puppet-webstorm
https://github.com/joelhooks/puppet-webstorm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joelhooks/puppet-webstorm
- Owner: joelhooks
- License: mit
- Created: 2013-04-10T18:25:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-10T18:28:38.000Z (about 12 years ago)
- Last Synced: 2025-04-04T11:07:46.492Z (3 months ago)
- Language: Ruby
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# WebStorm Puppet Module for Boxen [](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`