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

Version Path
teuton-2.9.2 docs/learn/01-cmd_new.md
teuton-2.9.1 docs/learn/01-cmd_new.md
teuton-2.9.0 docs/learn/01-cmd_new.md
teuton-2.8.0 docs/learn/01-cmd_new.md
teuton-2.7.3 docs/learn/01-cmd_new.md
teuton-2.7.2 docs/learn/01-cmd_new.md
teuton-2.7.1 docs/learn/01-cmd_new.md
teuton-2.7.0 docs/learn/01-cmd_new.md
teuton-2.6.0 docs/learn/01-cmd_new.md
teuton-2.5.0 docs/learn/01-cmd_new.md
teuton-2.4.5 docs/learn/01-cmd_new.md
teuton-2.4.4 docs/learn/01-cmd_new.md
teuton-2.4.3 docs/learn/01-cmd_new.md
teuton-2.4.2 docs/learn/01-cmd_new.md