lando / lando/devtool

Universal Tooling/Aliases and Hierarchy

Open
#28 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Devtool could provide a cross-platform alias/tooling management platform to meet the needs of not only a single project, but an org, a specific host, or an individual developer.

  • Project-based tooling, as always
  • Host-based tooling that can be run anywhere on the machine, based on #20, basically sharable, pluggable aliases
  • Org-defined tooling that applies to any of the org's projects/apps. Maybe this is just a plugin required by each of their projects
  • User-defined tooling (.devtool.local.yml)
  • Establish a hierarchy for overriding tooling so that a general org-based command can exist that can be overridden by a more tightly-scoped definition like host, app, local, or user.
  • Maybe there should be separate local and user scopes so you can have config for a local environment, similar to a .env file used only on prod, then a user scope for a dev's personal preferences that overrides everything else.
  • Maybe implement a concept similar CSS's !important to prevent overriding

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no implementation files, tests, or entry points. Start by reviewing the existing tooling and alias configuration, then define the project, host, organization, local, and user scopes and their override order; done means the hierarchy and override rules are specified well enough to implement.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.