Sha256: e329e6354ebbdcef41ccf2da72a8fbb81051fa4c36b57fc9d95365b256d7c806
Contents?: true
Size: 576 Bytes
Versions: 14
Compression:
Stored size: 576 Bytes
Contents
[<< back](README.md) # new test Create skeleton for a new project: `teuton create foo` ``` > teuton new foo [INFO] Creating foo project skeleton * Create dir => foo * Create file => foo/config.yaml * Create file => foo/start.rb ``` > NOTA: It is posible to create these files by hand. This command will create: | File/Directory | Description | | --------------- | -------------- | | foo | Base directory | | foo/start.rb | Main Script | | foo/config.yaml | YAML configuration file | Now it is time to customize your targets.
Version data entries
14 entries across 14 versions & 1 rubygems