Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

habitat skeleton to get started #1761

Merged
merged 1 commit into from
Sep 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
*_override.tf
# License Scout
license-cache
results/
9 changes: 9 additions & 0 deletions habitat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Habitat package: supermarket

## Description

Provide a brief description of the `supermarket` plan / purpose.

## Usage

Describe the general usage for the `supermarket` plan
3 changes: 3 additions & 0 deletions habitat/default.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Use this file to templatize your application's native configuration files.
# See the docs at https://www.habitat.sh/docs/create-packages-configure/.
# You can safely delete this file if you don't need it.
6 changes: 6 additions & 0 deletions habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pkg_name=supermarket
pkg_origin=chefops
pkg_version="0.1.0"
pkg_maintainer="Chef Operations <[email protected]>"
pkg_license=("Apache-2.0")
pkg_source="http://some_source_url/releases/${pkg_name}-${pkg_version}.tar.gz"