Created
December 22, 2015 22:24
-
-
Save aapis/8546af1ebad7adee262c to your computer and use it in GitHub Desktop.
Sample app using Evertils::Common project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'evertils/common' | |
| # create new folder structure | |
| stack = Evertils::Common::Entity::Stack.new | |
| stack.create_from_yml('./stack.yml') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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