We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ghr clone siketyan/test --init npm
will run npm i in the repository directory after cloning. It requires configuration before using the feature.
npm i
[initializers.npm] cd = { cmd = "npm", args = ["i"] } default = { cmd = "npm", args = ["ci"] }
With the configuration above, ghr will execute npm i after ghr cd, otherwise npm ci.
ghr cd
npm ci
The text was updated successfully, but these errors were encountered:
siketyan
No branches or pull requests
will run
npm i
in the repository directory after cloning.It requires configuration before using the feature.
With the configuration above, ghr will execute
npm i
afterghr cd
, otherwisenpm ci
.The text was updated successfully, but these errors were encountered: