Skip to content

Feature request: a flag that does what dep search already does, but works for multiple artifacts and outputs a string suitable for -Sdeps #204

@p-himik

Description

@p-himik

An example workflow: suppose I want to test out traversy and specter in a quick plain clj-based REPL.

What I usually do:

  1. neil dep search traversy
  2. neil dep search specter
  3. Get the right values
  4. Compose clj -Sdeps '{:deps {...}}' manually
  5. Run

What I'd like to be able to run instead, approximately:

  1. clj -Sdeps "$(neil deps-edn traversy specter)"
  2. "Failure: more than one matches for 'specter', please specify" followed by a list of matches
  3. clj -Sdeps "$(neil deps-edn traversy com.rpl/specter)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions