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

https://github.com/dundee/underscorify

Atom package - converts camelCase names to under_score names
https://github.com/dundee/underscorify

Last synced: about 1 year ago
JSON representation

Atom package - converts camelCase names to under_score names

Awesome Lists containing this project

README

          

# Underscorify package

Converts camelCase names to under_score names.

Shortcut : ``` ctrl-alt-shift-u ``` / ``` cmd-alt-shift-u ```

```python
#before
doSomethingGood()
# after
do_something_good()
```