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

https://github.com/deviantony/yeoman-puppet

Yeoman generator for Puppet modules.
https://github.com/deviantony/yeoman-puppet

Last synced: 6 months ago
JSON representation

Yeoman generator for Puppet modules.

Awesome Lists containing this project

README

          

# Yeoman Puppet generator

A Yeoman generator for Puppet modules.

More information about yeoman at: http://yeoman.io/

# Installation

````
$ npm install -g generator-puppet-module
````

# Usage

````
$ yo puppet-module moduleName
````

It will prompt you for more information such as *author* and *companyName*.

# Development

Install dependencies:

````
$ npm install
````

Link the module:

````
$ npm link
````

Test it:
````
$ npm test
````