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.
- Host: GitHub
- URL: https://github.com/deviantony/yeoman-puppet
- Owner: deviantony
- Created: 2015-07-11T08:25:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T05:50:27.000Z (about 10 years ago)
- Last Synced: 2025-03-19T06:49:38.018Z (7 months ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
````