JSPM

  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q55836F
  • License MIT

command-line interface for building {nativeloop} mobile apps

Package Exports

  • nativeloop

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 (nativeloop) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

nativeloop logo

⚡ Developing native mobile apps just got a whole lot more awesome ⚡

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

Overview

This is the command line tool for creating and working with existing {nativeloop} mobile applications.

🔜 Only a few 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!

See the nativeloop mobile page for more information about {nativeloop} features.

Install

npm install -g nativeloop

Quick Start

Install Prerequisites

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 items that need to installed manually but we hope to automate some of these in the near future!

  • [OSX] Install latest Xcode from App Store (7.3.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!)
  • Install Android SDK and NDK

OSX

    brew install android-sdk
    brew install android-ndk

Windows

🔜 Instructions for installing on Windows coming soon!

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

New mobile project

    native create my-cool-app

📖 see documentation for create

Upgrading existing Appcelerator mobile project

🔜 Not available yet, but coming very soon!!

    native init

Need Help?

Please submit an issue on GitHub and provide information about your setup.

License

Except for otherwise noted, this project is licensed under the terms of the MIT license. This means you have full access to the source code and can modify it to fit your own needs. See the license.md file.

This project uses other third party open-source tools. Please see the third-party.md file for more information and licenses.

Nativeloop is developed by Superhero Studios and the community and is Copyright (c) 2016 by Superhero Studios Incorporated. All Rights Reserved.

Superhero Studios Incorporated and this project are in no way affiliated with any of the following companies:

  • Appcelerator, Inc
  • Axway Inc
  • Apple Inc
  • Google Inc

Alloy is developed by Appcelerator and the community and is Copyright (c) 2012 by Appcelerator, Inc. All Rights Reserved.

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