Sha256: 6e0691b66c948481246d42a08662bffcff814e14b4c2c388727a237fa19bb3be

Contents?: true

Size: 771 Bytes

Versions: 2

Compression:

Stored size: 771 Bytes

Contents

# Dashcode Converter #

This tool converts Apple Dashcode projects into NIBs for use with the [Coherent Javascript framework](http://github.com/jeffwatkins/coherent/).

## Installation ##

Like all Ruby Gems, installation is really simple:

    $ gem install dashcode-converter

## Usage ##

You can pass `dashcode-converter` either the path to a Dashcode project file (ending in .dcproj) or a folder that contains a Dashcode project file. For example:

    $ dashcode-converter ~/Projects/RssReader.dcproj
    
This will create a Coherent NIB package in the `out` folder with the same name as the project. The NIB package will contain an HTML file, CSS file, copies of any images used by the project's HTML and CSS files, a controller class file, and a NIB definition.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dashcode-converter-0.1.0 README.markdown
dashcode-converter-0.0.1 README.markdown