Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/florianbecker/developmenthelper

Helper scripts to administrate source code repositories
https://github.com/florianbecker/developmenthelper

developer developer-tools development python python3

Last synced: about 2 months ago
JSON representation

Helper scripts to administrate source code repositories

Awesome Lists containing this project

README

        

# DevelopmentHelper
Helper scripts to administrate source code repositories
## convert_encoding_and_lineending
### Features
- Read in a file with its best matching encoding
- Replace all line endings with unix line endings
- Save the new content with UTF-8 encoding
### Usage
```python
./convert_encoding_and_lineending.py $file
```