Skip to content

aredridel/gyp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gyp

This package is incomplete, but the goal of this package is first to become a complete GYP reader, then perhaps implement some generators.

Usage

var gyp = require('gyp');
gyp('test.gyp', {}, function(err, data) {
    // data is a plain object with gyp pre-phase variables expanded
    // and include files processed
});

Blue Sky

I'd love to use gyp files in a devops platform as the recipe file format. It's the right combination of structured and restrictive, and the include-loading semantics are about right to give good modularity.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published