Skip to content

This is a playground project for testing threagile and its integration with other tools

Notifications You must be signed in to change notification settings

phisch1991/threagile-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

threagile-playground

This is a playground project for playing with Threagile.

How to use

  • Set an alias to the Threagile Docker container (you need to have Docker installed) and mount it:
# On Mac
alias threagile='docker run --rm -it -v $(pwd)/:/app/work threagile/threagile'
  • Get IDE supporting files (if desired):
threagile -create-editing-support -output /app/work
  • Create a target folders (if not yet existing):
mkdir target
  • Render the model:
threagile -model /app/work/threagile.yaml -output /app/work/target
  • Explore the resulting files in ./target folder

About

This is a playground project for testing threagile and its integration with other tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published