Created
March 30, 2016 19:25
-
-
Save digitalfun/ae0af194b78d45dd014b2f6009be7ba1 to your computer and use it in GitHub Desktop.
Notepad++: Convert open file from YAML to JSON and opens the json file. Using NppExec Plugin.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd $(CURRENT_DIRECTORY) | |
yaml2json.exe "$(FILE_NAME)" | |
//python yaml2json.py "$(FILE_NAME)" | |
npp_open "$(NAME_PART).json" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment