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.
- Host: GitHub
- URL: https://github.com/cody-dot-js/gemfile-parser
- Owner: cody-dot-js
- License: mit
- Created: 2018-12-12T01:51:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T17:25:59.000Z (over 7 years ago)
- Last Synced: 2025-08-09T06:46:37.473Z (10 months ago)
- Topics: gemfile, gemspec, js, json, nodejs, parser
- Language: JavaScript
- Size: 54.7 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# gemfile-parser
[](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!