tidev / titanium-cli

The Titanium Command Line (CLI) project
https://titaniumsdk.com/
Other
221 stars 95 forks source link

Update repository according to current SDK #240

Closed bert-w closed 8 years ago

bert-w commented 8 years ago

For some reason, titanium sdk install has fewer options than appc ti sdk install. They should both offer the same releases. Why are these 2 derailed?

cb1kenobi commented 8 years ago

It's because we no longer offer stable, supported Titanium SDK releases to open source users. If you want to use just the Titanium CLI, then you must build a Titanium SDK from source. If you want stable, supported Titanium SDK releases, then you have to use the Appc CLI so that it can verify who you are and what you are entitled to.

bert-w commented 8 years ago

so this npm package is just going to die out? what about alloy npm package? I see a huge opportunity in where coders could just install the npm modules and their dependencies manually. Can I conclude that Appcelerator is moving towards closed source?

cb1kenobi commented 8 years ago

Not quite. The Appc CLI is actually a wrapper around the Titanium CLI. It modifies the behavior of the Titanium CLI by enforcing entitlements and such.

As for Alloy, the Alloy npm module is going to die because it Alloy is going to move directly into the Titanium SDK! This is good for a number of reasons: aligned with Titanium SDK features, faster builds, support for ES2015 (ES6), and much more. And yes, Alloy and the Titanium SDK will continue to be open source. :)