gyp-converter

1.0.3 • Public • Published

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).

/gyp-converter/

    Package Sidebar

    Install

    npm i gyp-converter

    Weekly Downloads

    5

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    13.8 kB

    Total Files

    3

    Last publish

    Collaborators

    • jiwonchang