https://github.com/trapcodeio/node-vs-py-file-copy
A script that copys files from one folder to another and prints result
https://github.com/trapcodeio/node-vs-py-file-copy
Last synced: 9 months ago
JSON representation
A script that copys files from one folder to another and prints result
- Host: GitHub
- URL: https://github.com/trapcodeio/node-vs-py-file-copy
- Owner: trapcodeio
- Created: 2019-11-17T12:30:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T09:26:00.000Z (about 6 years ago)
- Last Synced: 2025-03-20T05:34:56.644Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Python vs Node Js File copy test.
rename **config.json.example** to **config.json**
For node
```sh
node app.js
```
For python
```sh
python app.js
```
To show without logs add `silent` to the command e.g
```sh
node app.js silent
python app.py silent
```