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

https://github.com/cody-dot-js/gemfile-parser

Delightful Node.js Ruby Gemfile and gemspec parser. Converts Gemfiles and gemspecs into easily consumable JSON.
https://github.com/cody-dot-js/gemfile-parser

gemfile gemspec js json nodejs parser

Last synced: 2 months ago
JSON representation

Delightful Node.js Ruby Gemfile and gemspec parser. Converts Gemfiles and gemspecs into easily consumable JSON.

Awesome Lists containing this project

README

          

# gemfile-parser

[![NPM Version](https://img.shields.io/npm/v/gemfile-parser.svg?style=for-the-badge&logo=npm)](https://www.npmjs.org/package/gemfile-parser)

## Description

Delightful Node.js Ruby Gemfile and gemspec parser. Converts Gemfiles and gemspecs into easily consumable JSON.

## Installation

```bash
yarn add gemfile-parser
```

## Usage

Coming soon!