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
After going trough code i noticed that currently this project relies on multiple packages that essentially do same thing
should we use shelljs.exec or execa for cli commands?
shelljs.exec
execa
should we use fs-extra or shelljs for file manupulation eg. rm, cp etc. should we keep using libraries like: del, mkdirp?
fs-extra
shelljs
del
mkdirp
The text was updated successfully, but these errors were encountered:
I don't know what we should do but would be ok to have a single lib instead of many if possible.
However please don't refactor too much at once, it's hard for me to review everything and still find time to iterate on features/bugfixes
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
After going trough code i noticed that currently this project relies on multiple packages that essentially do same thing
should we use
shelljs.exec
orexeca
for cli commands?should we use
fs-extra
orshelljs
for file manupulation eg. rm, cp etc.should we keep using libraries like:
del
,mkdirp
?The text was updated successfully, but these errors were encountered: