Diego ZoracKy

Results 6 repositories owned by Diego ZoracKy

magicli

180
Stars
7
Forks
Watchers

Automagically generates command-line interfaces (CLI) for any module. Expected options and help sections are created automatically based on parameters names, with support to async.

convert-excel-to-json

281
Stars
88
Forks
Watchers

Convert Excel to JSON, mapping sheet columns to object keys.

image-data-uri

65
Stars
16
Forks
Watchers

Library to easily decode/encode Data URI images

oas-client

50
Stars
1
Forks
Watchers

OpenAPI client generator. Creates at runtime a fully functional api client based on an OpenAPI Specification. Providing automatic methods creation parameters definitions and validations.

s3-csv-to-json

21
Stars
4
Forks
Watchers

Converts AWS S3 files from CSV to JSON lines via stream with support to gzip for both input and output. Ready to be used as a Node.js module, as a Lambda or via CLI.

pipe-functions

16
Stars
2
Forks
Watchers

Pipe functions in a Unix-like style. It supports Promises (async) anywhere in the pipeline and every step will be executed sequentially. The return (resolve in case of Promises) of each function will...