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
- Host: GitHub
- URL: https://github.com/awwright/guru-specfile
- Owner: awwright
- Created: 2014-01-19T03:18:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-28T04:44:14.000Z (over 12 years ago)
- Last Synced: 2024-10-07T17:00:04.464Z (over 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".');