https://github.com/pmuller/puppet-module-cookiecutter-template
https://github.com/pmuller/puppet-module-cookiecutter-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmuller/puppet-module-cookiecutter-template
- Owner: pmuller
- Created: 2018-03-17T09:17:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T03:53:34.000Z (over 8 years ago)
- Last Synced: 2025-04-09T06:42:54.158Z (over 1 year ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# puppet-module-cookiecutter-template
A [cookicutter](https://cookiecutter.readthedocs.io/) template that helps
bootstrapping a new Puppet module.
It includes:
* Module metadata
* Base file hierarchy
* A Gemfile with base dependencies
* A [rspec](http://rspec.info/) configuration that handles default facts,
and coverage
* A [Travis](https://travis-ci.org/) configuration for CI and automated
deployment on [Puppet Forge](https://forge.puppet.com/)
* A base README.md with badges
## Usage
```bash
cookiecutter https://github.com/pmuller/puppet-module-cookiecutter-template.git
```