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
I modify something to make it run on Windows
node-file-manager.cmd "%~dp0\node_modules\node-file-manager\bin\node-file-manager.bat" %*
node_modules\node-file-manager\bin\node-file-manager.bat %~d0 cd %~dp0../lib node --harmony index.js %*
I hope it can be used in npm,otherwise i will have to modify it every time after npm install....
The text was updated successfully, but these errors were encountered:
By the way,edit control is also recommanded in your command line arguments. For example, i dont want others to delete files.
Sorry, something went wrong.
No branches or pull requests
I modify something to make it run on Windows
node-file-manager.cmd
"%~dp0\node_modules\node-file-manager\bin\node-file-manager.bat" %*
node_modules\node-file-manager\bin\node-file-manager.bat
%~d0
cd %~dp0../lib
node --harmony index.js %*
I hope it can be used in npm,otherwise i will have to modify it every time after npm install....
The text was updated successfully, but these errors were encountered: