Diego ZoracKy (DiegoZoracKy)

DiegoZoracKy

Geek Repo

Company:Zoom & Buscapé

Location:Rio de Janeiro - RJ, Brazil

Home Page:https://twitter.com/DiegoZoracKy

Github PK Tool:Github PK Tool

Diego ZoracKy's repositories

convert-excel-to-json

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

Language:JavaScriptLicense:MITStargazers:287Issues:10Issues:55

magicli

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.

image-data-uri

Library to easily decode/encode Data URI images

oas-client

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

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

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 be passed in as an argument to the next one

Language:JavaScriptLicense:MITStargazers:16Issues:3Issues:0

cliss

CLI Simple, Stupid. Automatic discovery of parameters names. Provides an easy and minimal setup by passing in only a function reference without the need of declaring all expected options names or create a help section by hand. Support to sync / async. Support to subcommands down to N levels.

Language:JavaScriptStargazers:10Issues:3Issues:0

lambda-aws-sdk-call

A common Lambda to call any AWS service via AWS SDK

Language:JavaScriptStargazers:8Issues:2Issues:0

data-query

Query / Filter a set of Object Literal (‘JSON’), that could be an Array or Object Literal.

Language:JavaScriptLicense:MITStargazers:6Issues:4Issues:0

google-analytics-event-tracking

Define in a simple, and easy, way elements and events to be tracked by Google Analytics

Language:JavaScriptLicense:MITStargazers:5Issues:2Issues:0

for-each-property-deep

Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default, and this behaviour can also be configured via options.

Language:JavaScriptStargazers:4Issues:2Issues:0

inspect-function

Inspects a function and returns informations about it (e.g. name, parameters names, parameters and default values, signature)

Language:JavaScriptLicense:MITStargazers:2Issues:2Issues:0

awesome-nodejs

:zap: Delightful Node.js packages and resources

for-each-property

Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default, and this behaviour can also be configured via options.

Language:JavaScriptStargazers:1Issues:2Issues:0

inspect-parameters-declaration

Inspects function's parameters declaration and returns information about it (e.g. names, default values, if needs destructuring, destructured parameters names and default values)

Language:JavaScriptStargazers:1Issues:2Issues:0

inspect-property

Inspects a Property and returns useful informations about it (e.g. nested properties, function inspection, property descriptor, value, type, constructor)

Language:JavaScriptStargazers:1Issues:2Issues:0

magicli-test-machine

Module built to test the use of MagiCLI on real published modules. It compares the result of the execution of a module's api via CLI with the result from a common require().

Language:JavaScriptStargazers:1Issues:2Issues:0

make-object-path

make-object-path

Language:JavaScriptLicense:MITStargazers:1Issues:2Issues:0

mongo-client-connect

Provides an easy way to specify N collections from N connectionURIs to be retrieved at once, in one call (DRY!). It reuses the same connection objects (creating only one connection pool per connectionURI) and collection instances, avoiding the creation of many, unnecessary, connections pools to a same connectionURI.

Language:JavaScriptStargazers:1Issues:2Issues:0

node-mssql

Microsoft SQL Server client for Node.js

Language:JavaScriptStargazers:1Issues:2Issues:0

node-restify

node.js REST framework specifically meant for web service APIs

Language:JavaScriptLicense:MITStargazers:1Issues:2Issues:0

npe

Node.js People Everywhere

object-to-arguments

Transforms object's properties into an array of arguments tailored for a specific function, respecting the expected order and handling destructuring and rest parameters when needed.

Language:JavaScriptStargazers:1Issues:2Issues:0

parse-s3-bucket-key

Parse Bucket and Key from an S3 object link.

Language:JavaScriptStargazers:1Issues:2Issues:0

regexp-from-string

Creates a RegExp from a string, e.g. `/string/gi` and provides some utils to work with RegExp as strings, for example, to extract multi RegExps defined within a same string, e.g. `/Rock/, /and/, /roll/i`.

Language:JavaScriptLicense:MITStargazers:1Issues:2Issues:0

s3-read-file-stream

Reads a file from S3 via stream using AWS SDK and prints its content to stdout, or to another writable stream. CLI ready + support to gzip. Useful to quickly inspect large files without the need to download it entirely.

Language:JavaScriptStargazers:1Issues:2Issues:0

split-skip

Splits a String into an Array of substrings with the option to skip some cases where the separator is found, based on some truthy condition.

Language:JavaScriptStargazers:1Issues:2Issues:0

stringify-parameters

Stringifies function's parameters definition

Language:JavaScriptStargazers:1Issues:2Issues:0

unpack-string

Unpacks the content found within a text, delimited by an opening char and a closing char, e.g., 'Can extract (only the content found here within these parentheses)'

Language:JavaScriptStargazers:1Issues:2Issues:0
Language:HTMLStargazers:0Issues:2Issues:0