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
Elvis currently compiles examples into epm for initializing projects as possible as it could be, but it is...stupid in some way.
epm
The source code is here:
https://github.com/elvisjs/elvis/blob/d8f2aea23009676e089d8ba3c2f72c4993a45561/crates/epm/build.rs#L10
We can use git clone instead of compiling them.
git clone
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Desc
Elvis currently compiles examples into
epm
for initializing projects as possible as it could be, but it is...stupid in some way.Solution
The source code is here:
https://github.com/elvisjs/elvis/blob/d8f2aea23009676e089d8ba3c2f72c4993a45561/crates/epm/build.rs#L10
We can use
git clone
instead of compiling them.The text was updated successfully, but these errors were encountered: