Skip to content

Instantly share code, notes, and snippets.

@ManWithBear
Last active May 6, 2017 20:38
Show Gist options
  • Save ManWithBear/0ac98da9d85cd608e1275d19abbad3f9 to your computer and use it in GitHub Desktop.
Save ManWithBear/0ac98da9d85cd608e1275d19abbad3f9 to your computer and use it in GitHub Desktop.
Generate module of specific user story by using generamba
#!/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