teuton create foo is a command function that creates skeleton for a new project.
$ teuton new foo
Creating foo project
* Create dir => foo
* Create file => foo/config.yaml
* Create file => foo/start.rb
Read about teuton create
This command will create:
| File/Directory | Description |
|---|---|
| foo | Base directory |
| foo/start.rb | Main Script |
| foo/config.yaml | YAML configuration file |
The next step is to personalize your targets.