Skip to content

feat: add template for entry option #29

Description

@antongolub
// before
const entry = flags.entry ?? `${name}/target/es5`

// after
const entry = template(flags.entry ?? '${ name }/target/es5')({name})

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions