Socket
Socket
Sign inDemoInstall

nativeloop

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativeloop

Tool for building {nativeloop} mobile apps


Version published
Weekly downloads
16
decreased by-76.12%
Maintainers
3
Weekly downloads
 
Created
Source

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.

:soon: 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

:soon: 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

:book: see documentation for create

Upgrading existing Appcelerator mobile project

:soon: 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.

Keywords

FAQs

Package last updated on 22 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc