Skip to content

Run js-codemod on current line or selected region.

Notifications You must be signed in to change notification settings

torgeir/js-codemod.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

js-codemod.el

Run js-codemod on current line or selected region. Works great with helm-js-codemod.el!

Dependencies

npm i -g jscodeshift

Installing

It's on MELPA, so run M-x package-install js-codemod to install it.

Or preferably using the ingenious use-package declaration

(use-package js-codemod
  :commands (js-codemod-mod-region))

Features

js-codemod-mod-region runs js codemods using jscodeshift on the selected region or the current line if no region is selected.

js-codemod-el-demo

License

Copyright (C) 2017 Torgeir Thoresen

Author: @torgeir

Keywords: js codemod region

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Run js-codemod on current line or selected region.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published