Skip to content

Create the @pkg-tools/sort package #11

@joemckenney

Description

@joemckenney

Goals

The @pkg-tools/sort package, like all the @pkg-tools/* packages, should do the following

  • Wrap the modern best-of-breed tool for the task
  • Be usable as a CLI or programmatically
  • Be configurable via a single typed configuration file (pkg-tools.config.ts)
  • Usable individually or via a monolithic package

Follow the patterns in the other @pkg-tools/* to make these happen.

Details

Sort should support two distinct concepts

These can be controlled via required flags with a recommended utilization that looks like

{
  "sort:package": "sort -p",
  "sort:imports: "sort -i",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions