cidori

0.1.0 • Public • Published

cidori

Simple CLI to convert directory to json file.

List Features

  • [x] Convert directory to JSON.

Install

yarn add -D cidori // or
npm install --save-dev cidori

Usage

Create a folder project and sub directory name with folder.

./project
|-folder
|--hello.txt -> "caption=hello"
  • Please type with npx cidori folder output.json than get the result at bellow.
// ./output.json
{
    "folder": [
        {
            "text": {
                "caption": "hello"
            },
        },
    ],
}

Thanks, Feel free to contribute!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • next
  • 0.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0

Package Sidebar

Install

npm i cidori

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

3.6 kB

Total Files

5

Last publish

Collaborators

  • adiatma