Skip to content

Instantly share code, notes, and snippets.

@jonlives
Created September 4, 2014 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonlives/252975018ad596613aca to your computer and use it in GitHub Desktop.
Save jonlives/252975018ad596613aca to your computer and use it in GitHub Desktop.
Skeleton repository produced by "chef generate repo"
.
├── LICENSE
├── README.md
├── chefignore
├── cookbooks
│   ├── README.md
│   ├── example
│   │   ├── attributes
│   │   │   └── default.rb
│   │   └── recipes
│   │   └── default.rb
│   └── metadata.rb
├── data_bags
│   ├── README.md
│   └── example
│   └── example_item.json
├── environments
│   ├── README.md
│   └── example.json
└── roles
├── README.md
└── example.json
@lamont-granquist
Copy link

I sort of don't like the 'example' things that you will almost certainly want to delete. We should just have generators for all those things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment