1.0.3 • Published 6 years ago

gyp-converter v1.0.3

Weekly downloads
74
License
ISC
Repository
github
Last release
6 years ago

gyp-converter

A node module (with no dependency on python) for parsing a gyp file and converting the file data into a javascript object

Usage

Instruction on how to use the gyp-converter:

var gc = require("gyp-converter");
var gypConverter = new gc();
var gypObject = gypConverter.parseGyp("path/to/gyp/file/including/your_gyp_file_name.gyp");

By the end, you should have the gyp file data as a Javascript object (accessible through the variable gypObject).

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago