New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

konveti

Simple file converter


Version published
Maintainers
2
Created

konvèti

NPM version Dependency Status Downloads counter

Simple file converter


Getting Started

konvèti is a command-line tool, so it is preferable to install it globally.

(sudo) npm install -g konveti

Usage

Using konvèti is simple :

$ konveti source.csv dest.json

And that's all.
If the destination file doesn't exists, it will be created.

Supported formats

For now, konvèti use the extension of the files to guess their format.

The supported formats are :

Source FormatDestination Format
csvjson
mdpdf

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Lint your code using Grunt.

Release History

  • 0.1.0: Initial release (31/05/14)

License

Copyright (c) 2014 leny
Licensed under the MIT license.

TODO

  • Option to list supported converters
  • Review & Refactor
  • Optional force format instead of using file extension
  • Add Unit Test ;)
  • Add more converters
    • markdown
    • images

FAQs

Package last updated on 24 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts