Sha256: ff75f2b5e890950f0fa09f300f97cbcdf626901a171f74c908549b8f7048d0d9

Contents?: true

Size: 801 Bytes

Versions: 8

Compression:

Stored size: 801 Bytes

Contents

# Create skeleton

Create skeleton for a new "foo" project: `teuton create foo`

## Execution

```bash
$ teuton create foo

[INFO] Create project <foo>
* Create dir        => foo
* Create dir        => foo/assets
* Create file       => foo/start.rb
* Create file       => foo/config.yaml
* Create file       => foo/.gitignore
* Create file       => foo/README.md
```

## Skeleton

This command will create:

| File/Directory  | Description    |
| --------------- | -------------- |
| foo             | Base directory |
| foo/assets      | Base directory for other resources (images and text files) |
| foo/start.rb    | Main Script    |
| foo/config.yaml | YAML configuration file |
| foo/.gitignore  | Prevent uploading YAML files to git repository |
| foo/README.md   | Statement of our practice |

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
teuton-2.1.8 docs/commands/create_skeleton.md
teuton-2.1.8dev1 docs/commands/create_skeleton.md
teuton-2.1.7 docs/commands/create_skeleton.md
teuton-2.1.6 docs/commands/create_skeleton.md
teuton-2.1.5dev docs/commands/create_skeleton.md
teuton-2.1.4 docs/commands/create_skeleton.md
teuton-2.1.3 docs/commands/create_skeleton.md
teuton-2.1.2 docs/commands/create_skeleton.md