Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/firstandthird/obj2args
- Owner: firstandthird
- Created: 2016-05-21T18:27:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T02:49:11.000Z (over 7 years ago)
- Last Synced: 2025-01-11T16:24:50.325Z (22 days ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.