1.2.3 • Published 6 years ago

yamljsonwatcherconverter v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Getting Started

What is it

Ever have a folder full of json files that you hate writing in? Rather write in yaml and have that folder instantly converted to json for your lame json accepting project? Use this.

This will watch all files in an "in" folder containing yaml files and then delete all files in an "out" folder and replace them with json files.

Yaml "in" directory may contain sub folders.

Does not support in folder and out folder being the same. Please raise an issue for this feature if you need it

Install it

cd myAwesome/Project
npm install -g yamljsonwatcherconverter 

Create the config file

Example folder structure:

- in
-- myFile.yaml
- out
- yamljsonwatcherconverter.json <--- create this one 

Example config file. Config should be in the same dir you execute this package in.

{
    inPath: './in',
    outPath: './out',
    prettify: false
}

Run it

yamljsonwatcherconverter

Update it

npm install -g yamljsonwatcherconverter

Take note

By default this application will only tell you what it intends to do. Create your config and then run the command. Read the output to make sure everything looks okay

If everything looks good run the command with the force argument to allow file system changes

yamljsonwatcherconverter --force

Don't be a dummy

This application is designed to delete entire folders recursilvey ( destroys output folder ). Don't give it a an important path or it will try and delete all those folders and files.

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago