-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Feature] Use .json config file for arguments #3
Comments
need to add a service which will read gitlestial.config.js (by default) if specify the specified path file, to get all arguments to perform operation |
Default User specified config file path gitlestial-config.json format {
"npmCommands": [
"npm install",
"npm link"
],
"gitCommands": [
"git add",
"gitlestial commit-gen",
"git push"
]
} |
no, what i mean is gitlestial.config.js will contain all the arguments for git commit-gen or anything can reference here https://gist.github.com/iamshaunjp/a1c8fb653ddd5d27c3e38ab55e3c0a44 example js config file
|
the idea is to make user convenient by configuring the arguments like --amount 100 --contributors [email protected],[email protected] -am "triggering commits" |
The text was updated successfully, but these errors were encountered: