X Tutup
The Wayback Machine - https://web.archive.org/web/20220504074147/https://github.com/nodegit/nodegit/tree/master/generate
Skip to content
master
Switch branches/tags
nodegit/generate/
nodegit/generate/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

/generate

The scripts and templates in this dir help generate the source code and tests for NodeGit. The major components of generate are:

  1. Input
  2. Scripts
  3. Templates

Input

All the configuration required for the parser to generate the source code and tests. For more details, check the Input directory.

Scripts

The scripts that generate the final configuration (snapshot of the library) idefs.json, missing-tests.json. These configurations are then used to generate src for the library.

Templates

All the Combyne templates are placed here. The filters, partials, templates all help NodeGit generate the source code.

For more information on Combyne: tbranyen/combyne

X Tutup