1.0.3 • Published 5 years ago

gyp-converter v1.0.3

Weekly downloads
74
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago