Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/florianbecker/developmenthelper
- Owner: florianbecker
- License: bsd-3-clause
- Created: 2021-06-08T13:44:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T14:59:09.000Z (over 3 years ago)
- Last Synced: 2024-12-22T05:49:35.138Z (about 2 months ago)
- Topics: developer, developer-tools, development, python, python3
- Language: Python
- Homepage: https://vxapps.com
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- 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
```