#pep8-coffee-docstrings Reformatter code for coffeescript and python
- Python3
###Usage
python3 cp.py -f yourfile.py
#####Python Adds docstrings to functions and methods and makes the code pep8.
#####Coffeescript reformats coffeescript in a consistant way
###Requirements
pip3 install future
pip3 install pylev
pip3 install autopep8
When installed it's called before the pep8 run.
More info: https://github.com/erikdejonge/sortpythonmethods/blob/master/README.md
pip3 install sortpythonmethods