Last active
May 6, 2017 20:38
-
-
Save ManWithBear/0ac98da9d85cd608e1275d19abbad3f9 to your computer and use it in GitHub Desktop.
Generate module of specific user story by using generamba
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
#!/bin/bash/ | |
testPath="{ project name }Tests/PresentationLayer/UserStories/$1" | |
projectPath="{ project name }TODO/PresentationLayer/UserStories/$1" | |
generamba gen "$2" { template name } --test_path "$testPath" --module_path "$projectPath" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment