Skip to content

Customize output directory #4

Closed
@connorjs

Description

@connorjs

Overview

As a user, I want to choose where to css-typed generates the files, so that it can fit my repository’s directory structure/conventions.

Notes

  • Current location: alongside the source, required *.d.css.ts in the .gitignore (maybe call this colocatedFile?
  • Alternative: generated/*.d.css.ts - still alongside, but grouped within a generated. Simplifies .gitignore with generated/ convention
    • This option would take an optional string name (defaults to generated)
    • Name TBD, but maybe colocatedDirectory or colocatedGeneratedDirectory
  • Alternative 2: generated/**/*.d.css.ts - parallel structure in a root generated directory
    • Same optional string name as above
    • Name TBD, but maybe parallelStructure or parallelDirectory or rootGeneratedDirectory

Metadata

Metadata

Assignees

Labels

featureNew feature, enhancement, or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions