Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robhurring/atom-change-case
atom plugin for node-change-case
https://github.com/robhurring/atom-change-case
atom coffeescript
Last synced: about 2 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T18:16:39.000Z (over 5 years ago)
- Last Synced: 2024-04-13T19:19:37.674Z (9 months 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
[![Build Status](https://travis-ci.org/robhurring/atom-change-case.svg)](https://travis-ci.org/robhurring/atom-change-case)
[![apm](https://img.shields.io/apm/v/change-case.svg)](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