An open API service indexing awesome lists of open source software.

https://github.com/awwright/guru-specfile

The Declarative, Semantic Build System
https://github.com/awwright/guru-specfile

Last synced: about 1 year ago
JSON representation

The Declarative, Semantic Build System

Awesome Lists containing this project

README

          

A Specfile lets you declare what files in your project _are_ using a Turtle-like markup that lets you match filenames by a glob pattern.

It is used by Guru, the declarative, semantic, hugely extendable build system.

## API

var specfile = require('guru-specfile');

### The Parser

var info = specfile.parseDocument('someData goes "here".');