https://github.com/robhurring/atom-change-case
atom plugin for node-change-case
https://github.com/robhurring/atom-change-case
atom coffeescript
Last synced: 11 months ago
JSON representation
atom plugin for node-change-case
- Host: GitHub
- URL: https://github.com/robhurring/atom-change-case
- Owner: robhurring
- License: mit
- Created: 2014-03-13T20:57:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T18:16:39.000Z (about 7 years ago)
- Last Synced: 2024-04-13T19:19:37.674Z (over 2 years ago)
- Topics: atom, coffeescript
- Language: CoffeeScript
- Size: 31.3 KB
- Stars: 34
- Watchers: 4
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Change Case Plugin
[](https://travis-ci.org/robhurring/atom-change-case)
[](https://atom.io/packages/change-case)
A wrapper around [node-change-case](https://github.com/blakeembrey/node-change-case) for atom.
A quick way to change the case of the current selection.
## Commands
* change-case:camel
* change-case:constant
* change-case:dot
* change-case:lower
* change-case:lowerFirst
* change-case:param
* change-case:pascal
* change-case:path
* change-case:sentence
* change-case:snake
* change-case:swap
* change-case:title
* change-case:upper
* change-case:upperFirst
* change-case:kebab