SkillAgentSearch skills...

Nativeloop

⭐ Axway Amplify module for using nativeloop with Appcelerator Titanium SDK Framework

Install / Use

/learn @mobilehero-archive/Nativeloop

README

<h1 align="center"> <a href="https://blog.axway.com/mobile-apps/changes-to-application-development-services"> Preparing for end of Axway </a> </h1> <h2 align="center"> 👇 &nbsp; support for Amplify Cloud and Mobile &nbsp; 👇 </h2> <a href="https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de"> <p align="center"> <img src="https://cdn.secure-api.org/images/RIP-Axway-Amplify-Titanium.png" alt="RIP Axway Amplify Titanium (2010 - 2022)" width="80%" /> </p> </a> <p align="center"> <a href="https://blog.axway.com/mobile-apps/changes-to-application-development-services"> 🪦 &nbsp; RIP Axway Amplify Titanium (2010 - 2022) </a> </p> <p align="center"> <a href="https://blog.axway.com/mobile-apps/prepare-your-apps-for-appcelerator-end-of-support"> 🪦 &nbsp; RIP Axway Amplify Cloud Services (2012 - 2022) </a> </p> <p align="center"> <a href="https://blog.axway.com/mobile-apps/prepare-your-apps-for-appcelerator-end-of-support"> 🪦 &nbsp; RIP Axway Amplify Crash Analytics (2015 - 2022) </a> </p> <hr> <h4 align="center"> 🛑 &nbsp;&nbsp; <a href="https://blog.axway.com/mobile-apps/prepare-your-apps-for-appcelerator-end-of-support">Axway support for Amplify products has ended</a> for most products related to mobile and cloud. </h4> <h4 align="center"> A few of the open-source versions of Axway Amplify products will live on after <a href="">Axway Amplify End-of-Life</a> (EOL) announcements. However, all closed-source projects and most open-source projects are now dead. </h4> <p>&nbsp;</p>

👉    A group of Axway employees, ex-Axway employees, and some developers from Titanium community have created a legal org and now officially decide all matters related to future of these products.

<p>&nbsp;</p> <hr>

API FAQ:

 

Click to watch on Youtube

  ↑ Watch video on YouTube ↑

 

<p>&nbsp;</p> <hr> <p>&nbsp;</p> <p>&nbsp;</p>

nativeloop

<h3 align="center"> <img src="https://cdn.secure-api.org/images/nativeloop_logo_text_256.png" alt="nativeloop logo" /> </h3> <div align="center">⚡ Developing native mobile apps just got a whole lot more awesome ⚡</div>

nativeloop version nativeloop downloads nativeloop dependencies

const status = "Pre-Production Beta!";
const warning = "Breaking changes may be introduced before 1.0.0 release";

developer.read(warning)
	.then((⚡) => { return developer.code(⚡); })
	.then((code) => { return developer.😀 });
	.then((app) => { return users.❤️ });


{nativeloop} cli

npm version

<!-- TOC depthFrom:2 depthTo:6 insertAnchor:false orderedList:false updateOnSave:true withLinks:true --> <!-- /TOC -->

Overview

{nativeloop} is many tools in one package:

  • a command line (cli) tool for creating and working with existing {nativeloop} mobile applications
  • a compile-time library for creating awesome mobile apps
  • a run-time library for enhancing mobile apps
  • an Appcelerator Titanium Alloy widget for augmenting Alloy mobile apps.

:soon: Only a few of the cli commands have been implemented at this time. Feel free to test out the functionality that exists right now and stay tuned as more features are added soon!

What is [{nativeloop}][]?

[{nativeloop}] is a framework for building awesome native apps using node.js style javascript. It provides developers with access to an extremely rapid development process without compromising on the delivered product.

[{nativeloop}][] is open-source (MIT) and is built upon the open-source version of [appcelerator][] and other open-source products. If you like what you see, contribute to this and other open-source projects!

(Really) Quick Start

Install {nativeloop} (if you have not already done this) and create new project!

npm install -g nativeloop
nativeloop create mycoolapp

Quick Start (with some options)

Install {nativeloop}

Option 1: Install Globally

This is your quickest and easiest way to get started with {nativeloop}. Installing globally will allow it to be accessed by any our your mobile projects and give you access to the command line interface (CLI). If you need to use a specific version of {nativeloop}, use Option 2 in addition to this step.

npm install -g nativeloop

Option 2: Install Locally

Just as quick and easy, but this will allow you to use a specific version of {nativeloop} for your mobile project. Simply run this in the root of your mobile project! In order to use the CLI commands, be sure to also Install Globally

npm install --save nativeloop

Option 3: Install using gitTio coming soon!

:soon: Not available yet, but coming very soon!!

Install this as a widget using gitTio (http://gitt.io). We hope to have this option available soon!

gittio install nativeloop

Setup mobile project

Create new mobile project

:book: see documentation for create for more details

	native create my-cool-app

Upgrade existing Appcelerator mobile project coming soon!

:soon: Not available yet, but coming very soon!! (you can do this manually for now by copying the alloy.jmk file that is included with this package and putting it in your app.)

	native init

Install Prerequisites/Dependencies

Our goal is to provide as much automation as possible to make the mobile development experience as awesome as possible. Currently there are some prerequisites/dependencies that need to installed manually but we hope to automate some of these in the near future!

  • [OSX] Install latest Xcode from App Store (8.2.1 as of the time of writing)
  • Install Appcelerator Titanium and Alloy
	npm install -g alloy
	npm install -g titanium
  • [OSX] Install homebrew (optional, but highly recommended)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Install IDE of your choice (We highly recommend Microsoft Visual Studio Code, as it is free, fast and works great with {nativeloop} projects!)
  • Install Android SDK and NDK

OSX

	brew install android-sdk
	brew install android-ndk

Windows

:soon: Instructions for installing on Windows coming soon!

  • There might be a few more items to install... Stay tuned for more detailed instructions

CLI Features

  • [x] create - create a new nativeloop mobile app project
  • [x] help - display help about using nativeloop cli
  • [ ] init - initialize an existing Appcelerator Titanium project for development with nativeloop
  • [ ] doctor - check your nativeloop and environement setup to see if you are missing anything
  • [ ] build - compile your nativeloop mobile project
  • [ ] deploy - deploy your app to emulator, simulator, device, etc
  • [ ] run - run your app on emulator, simulator, device, etc
  • [ ] emulate - run your app on emulator or simulator
  • [ ] device - run your app on device
  • [ ] live - run your app on emulator, simulator, device, etc with liveview
  • [ ] icons - create any icons you might be missing

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated4y ago
Forks1

Languages

JavaScript

Security Score

65/100

Audited on Jan 23, 2022

No findings