You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create npm build scripts that are platform independent, and fs-extra seems to have very nice set of methods, but I would like to use them from CLI.
It could be like a single script:
node fs-cli copy source/dir target/dir
multiple scripts
node fs-copy source/dir target/dir
or even multiple binaries
fs-copy source/dir target/dir
The text was updated successfully, but these errors were encountered:
Is there an CLI equivalent for fs-extra?
I would like to create npm build scripts that are platform independent, and fs-extra seems to have very nice set of methods, but I would like to use them from CLI.
It could be like a single script:
multiple scripts
or even multiple binaries
The text was updated successfully, but these errors were encountered: