0.1.1 • Published 10 years ago

konveti v0.1.1

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

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