Titanium JIRA Archive
Alloy (ALOY)

[ALOY-41] The user would like to run the Declarative UI translator but does not want to do custom install of components.

GitHub Issuen/a
TypeStory
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-07-19T11:52:05.000+0000
Affected Version/s2012 Sprint 14
Fix Version/s2012 Sprint 14
ComponentsTitanium SDK
Labels2d
ReporterRussell McMahon
AssigneeTony Lukasavage
Created2012-05-07T12:02:18.000+0000
Updated2012-07-19T11:52:05.000+0000

Description

Since Node.js is the preferred translator runner it would be ideal to package up the translator as a NPM package.

Comments

  1. Tony Lukasavage 2012-05-16

    As covered in this issues subtask, moving the zipti project into an npm structure and defining dependencies in a package.json file will allow us to distribute zipti with ease until such time as it is integrated with TiStudio. It can be installed locally:
       

    While in zipti directory

    npm install -g .
    and eventually we can publicly distribute it as a npm package and it will be installable like this:
       npm install -g zipti
       

JSON Source