Skip to content

The directory option does not work as intended #51

@chevdor

Description

@chevdor

As I understand it, if put your template under a "template" folder (for instance) and add directory = "template" to your template.toml, template should become the root of the scaffold.

However, when using the example above with kickstart . -o OUTPUT, we end up with the following:

.
├── OUTPUT
│   └── template
│       └── some_file
├── template
│   └── some_file
└── template.toml

whereas I would expect:

.
├── OUTPUT
│   └── some_file
├── template
│   └── some_file
└── template.toml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions