JSPM

  • Created
  • Published
  • Downloads 19
  • Score
    100M100P100Q69311F
  • License MIT

Copies dependencies defined in package.json to Titanium Resources directory

Package Exports

  • @titanium/module-copier

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@titanium/module-copier) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@titanium/module-copier

https://www.npmjs.com/package/@titanium/module-copier

Copies dependencies defined in package.json to Titanium Resources directory

📝 Description

Currently, if you want to be able to use npm to install packages for Titanium, you need to do it from /app/lib, /app/vendor, or /app/assets.

What this module does is it gives the you (the developer) the ability to install Node.js modules for Titanium in the same place you are installing Node.js modules for everything else.

🚀 Getting Started

This module is meant to be used as part of the Titanium mobile build process.

There are several ways this module can be used by Titanium:

  • You can follow this JIRA ticket about this feature getting integrated into Titanium SDK
  • You can use this a part of a Titanium Plugin
  • You can execute this as command-line tool: copymodules <projectPath> <targetPath>
  • Titanium Mobile - Open-source tool for building powerful, cross-platform native apps with JavaScript.
  • Alloy - MVC framework built on top of Titanium Mobile.
  • Appcelerator - Installer for the Appcelerator Platform tool

📚 Learn More

đŸ“Ŗ Feedback

Have an idea or a comment? Join in the conversation here!

Alloy is developed by Appcelerator and the community and is Copyright Š 2012-Present by Appcelerator, Inc. All Rights Reserved.

Alloy is made available under the Apache Public License, version 2. See their license file for more information.

Appcelerator is a registered trademark of Appcelerator, Inc. Titanium is a registered trademark of Appcelerator, Inc. Please see the LEGAL information about using trademarks, privacy policy, terms of usage and other legal information at http://www.appcelerator.com/legal.