Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 601 Bytes

File metadata and controls

29 lines (19 loc) · 601 Bytes

<< back

New test

teuton create foo is a command function that creates skeleton for a new project.

Example

$ 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.