Code Monkey home page Code Monkey logo

nativeloop's Introduction

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.❤️ });

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!

Features

  • ECMAScript 2015/ES6 support (using babel transformations)
  • Supports Node.js global object: Promise (using bluebird but can be easily replaced with your own)
  • Supports Node.js core module: fs (not complete coverage)
  • Supports Node.js core module: path
  • coming soon! Supports Node.js core module: url
  • coming soon! Supports Node.js core module: querystring
  • Supports relative path usage to workaround https://jira.appcelerator.org/browse/TIMOB-24170
  • Uses the latest version of lodash, instead of older version of underscore.js
  • Supports installation of modules for your app using [npm][]
  • Does not require replacing Alloy (globally or per build of appcelerator)
  • Several free {nativeloop} plugins developed by MobileHero are included and available now
  • Build and use your own {nativeloop} plugins easily!
  • Customize which {nativeloop} plugins run per project, platform or deployment type (dev,test,prod)!
  • Works great with Appcelerator LiveView! (🎉 yay!! 🎉)
  • Supports for camelcase syntax in your Alloy xml views (i.e. <webView> instead of <WebView> )
  • Supports lowercase-dashed syntax in your Alloy views (i.e. <web-view> instead of <WebView> )
  • Add support for extra xml attributes with Appcelerator Alloy views.

Quick Start

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.

npm install -g nativeloop

Option 2: Install Locally

Just as quick and easy, but this will allow you to use a specific version {nativeloop} for your mobile project. Simply run this in the root of your mobile project!

npm install --save nativeloop

Option 3: Install using gitTio coming 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

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!)
  • 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

###Create new mobile project

📖 see documentation for create for more details

	native create my-cool-app

Upgrade existing Appcelerator mobile project coming 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.

Legal

Nativeloop is developed by Superhero Studios and the community and is Copyright (c) 2017 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.

nativeloop's People

Contributors

brentonhouse avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.