Skip to content

Instantly share code, notes, and snippets.

@jeevandongre
Last active February 18, 2019 11:27
Show Gist options
  • Select an option

  • Save jeevandongre/b2dfbd5ba87862af233d0d9780360f9e to your computer and use it in GitHub Desktop.

Select an option

Save jeevandongre/b2dfbd5ba87862af233d0d9780360f9e to your computer and use it in GitHub Desktop.
Github Structure
<h2 class="header">Marketplace Github Structure</h2>
<pre class="content">
calm/
├── Blueprints/
│ ├──K8/
│ │ ├──Version-1.0.0/
| │ | ├──blueprint.json
| | | ├──description.md
| | | ├──logo.png
| | | ├──changelog.md
| | ├──Version-2.0.0/
| | ├──Version-3.0.0/
| ├──Marketplace/
| | ├──mpi_blueprint_version.json
| | ├──config.yaml/config.json
│ ├──LAMP/
│ ├──Hadoop/
│ ├──Palo Alto/
├──Task Library
├──Use Cases
├──Plugins
├──contribute.md
├──README.md
document.getElementsByTagName("h1")[0].style.fontSize = "120px";
body {
background-color: #272822;
font-family: "Courier New", Courier, monospace
}
.header {
color: #A6E22E;
}
.content {
color: #F92672;
font-size: 16px;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment