Skip to content

TheSmiths/ti.es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ti.es6 License

This module is a plugin for Appcelerator Titanium CLI that brings es6 into an Alloy project. It works thanks to Babel and Polyfill in order to transpile Alloy sources into fully a code that is ES5-compatible.

How to install it?

npm install -g ti.es6

How to use it?

You can either add the option --es6 with your build command:

appc run --es6 or ti build --es6

or, you may also define a boolean property in your tiapp.xml and avoid giving the option each time:

    ...
    <property name="es6" type="bool">true</property>
    ...

Changelog

  • 1.1 Avoid deleting and replacing original sources
  • 1.0 First version

About

[unmaintained] An Titanium plugin to introduce ES6 into Alloy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published