Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

vslinko/appdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appdf

Build Status Dependency Status

AppDF reader and publisher.

Installation

$ npm install -g appdf

Usage

AppDF reader API:

appdf = require "appdf"

appdf.read __dirname + "/Yandex.Shell.appdf", (err, result) ->
  console.log result.description.texts.title

Testing

$ git clone git://github.com/rithis/appdf.git
$ cd appdf
$ npm install
$ ./node_modules/.bin/grunt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published