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: 7 months ago 
        JSON representation
    
Helper scripts to administrate source code repositories
- Host: GitHub
- URL: https://github.com/florianbecker/developmenthelper
- Owner: florianbecker
- License: bsd-3-clause
- Created: 2021-06-08T13:44:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T14:59:09.000Z (over 4 years ago)
- Last Synced: 2025-04-06T02:47:10.516Z (7 months ago)
- Topics: developer, developer-tools, development, python, python3
- Language: Python
- Homepage: https://vxapps.com
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
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
```