-
Notifications
You must be signed in to change notification settings - Fork 52
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
Allow presets #39
Comments
Perhaps enable running of multiple presets: |
@milose yah, i like that idea |
What exactly presets would work ? I dont get it clearly :D |
Hi @tucq88; Each of those would be a "preset". And like I referenced above, it would likely live in |
Hey @mattstauffer , working on this now and have a couple of thoughts. Will start with naive implementation just accepting any string and matching to a file in What are your thoughts about providing some presets for people like your examples? Should we create a preset folder with presets on the repo that people can download and use? Or just an example in the docs? Any need for a 'create preset' command? I'm thinking not and just keep it simple. A subsequent update can be to switch all options from Next I'm thinking about the use case for the after file, with presets added. Being that it is commands that you want to run on 'every' project, maybe we create a 'default' or 'base' preset? At the very least it aligns the language and makes it more clear what the 'after' file is vs a 'preset'. Thoughts? |
Work has started on this in the mes/presets branch as part of the port to PHP. The API may not be exactly the same but the intention is. |
For example:
I think that would read a separate shell script after
after.sh
in something like~/.lambo/presets/API.sh
.Other examples:
The text was updated successfully, but these errors were encountered: