An open API service indexing awesome lists of open source software.

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

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
```