Skip to content

Instantly share code, notes, and snippets.

@aapis
Created December 22, 2015 22:24
Show Gist options
  • Save aapis/8546af1ebad7adee262c to your computer and use it in GitHub Desktop.
Save aapis/8546af1ebad7adee262c to your computer and use it in GitHub Desktop.
Sample app using Evertils::Common project
require 'evertils/common'
# create new folder structure
stack = Evertils::Common::Entity::Stack.new
stack.create_from_yml('./stack.yml')
name: HF2
children:
- Accounts
- Agendas
- Design Documents
- Interviews/HR
- Notes + Documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment