Skip to content

jiwonchang/gyp-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published