Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set search path / PATH variable from configuration #77

Open
MartinHelmut opened this issue Sep 24, 2022 · 0 comments
Open

Set search path / PATH variable from configuration #77

MartinHelmut opened this issue Sep 24, 2022 · 0 comments
Labels
feature Something new.
Milestone

Comments

@MartinHelmut
Copy link
Member

Would be nice to be able to set/extend search paths for easier command use. Assuming there is a "options" block supported in the config, the following could be possible (NPM example).

# litr.toml
[options]
paths = ["node_modules/.bin"]

[commands]
format = "prettier --write ."
@MartinHelmut MartinHelmut added the feature Something new. label Sep 24, 2022
@MartinHelmut MartinHelmut added this to the Version 1 milestone Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something new.
Projects
None yet
Development

No branches or pull requests

1 participant