Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firstandthird/obj2args

Turns a javascript object into arguments to pass to cli
https://github.com/firstandthird/obj2args

Last synced: 14 days ago
JSON representation

Turns a javascript object into arguments to pass to cli

Awesome Lists containing this project

README

        

# obj2args

[![Build Status](https://travis-ci.org/firstandthird/obj2args.svg?branch=master)](https://travis-ci.org/firstandthird/obj2args)

A node library to turn an object into command line arguments

See tests for usage.