All Projects → runnerty → Runnerty Quick Start

runnerty / Runnerty Quick Start

Licence: mit
Runnerty quick start example project

Projects that are alternatives of or similar to Runnerty Quick Start

Wechat Mini Program Wiki
Anyone can make a Wechat mini-program with the first and only English Wiki made to decrypt the Mini-program framework.
Stars: ✭ 388 (+3427.27%)
Mutual labels:  quickstart
Maya
Maye 一个简洁小巧的快速启动工具
Stars: ✭ 553 (+4927.27%)
Mutual labels:  quickstart
Demo Multi Lang
Simple libp2p demos implemented in Go, JS and Rust
Stars: ✭ 17 (+54.55%)
Mutual labels:  sample
Androidwithkotlin
🚀 These are android sample projects which are written in Kotlin. It covers video streaming, mp3 player, sqlite, location services, custom camera, o-notifications, simple compass etc.
Stars: ✭ 447 (+3963.64%)
Mutual labels:  sample
Swiftui 2048
A 2048 game writing with SwiftUI.
Stars: ✭ 539 (+4800%)
Mutual labels:  sample
Active Directory Aspnetcore Webapp Openidconnect V2
An ASP.NET Core Web App which lets sign-in users (including in your org, many orgs, orgs + personal accounts, sovereign clouds) and call Web APIs (including Microsoft Graph)
Stars: ✭ 671 (+6000%)
Mutual labels:  quickstart
Vokuro
Sample application for Phalcon Framework (Acl, Auth, Security)
Stars: ✭ 350 (+3081.82%)
Mutual labels:  sample
Wicket Kotlin Quickstart
The Apache Wicket quickstart application rewritten in Kotlin language
Stars: ✭ 8 (-27.27%)
Mutual labels:  quickstart
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+44900%)
Mutual labels:  sample
Scala Pet Store
An implementation of the java pet store using FP techniques in scala
Stars: ✭ 812 (+7281.82%)
Mutual labels:  sample
Basic Microservice Example
Simple sketch of how we layout a clojure microservice
Stars: ✭ 452 (+4009.09%)
Mutual labels:  sample
Instapy Quickstart
💨 Simply get InstaPy up and running in minutes.
Stars: ✭ 519 (+4618.18%)
Mutual labels:  quickstart
Aws Cognito Angular Quickstart
An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
Stars: ✭ 685 (+6127.27%)
Mutual labels:  quickstart
Handyswift
Handy Swift features that didn't make it into the Swift standard library.
Stars: ✭ 403 (+3563.64%)
Mutual labels:  sample
Simpleopenclsamples
Simple OpenCL Samples that Build with Khronos Headers and Libs
Stars: ✭ 22 (+100%)
Mutual labels:  sample
Google Photos
Samples for the Google Photos Library API 📸
Stars: ✭ 361 (+3181.82%)
Mutual labels:  sample
Auth0 React Samples
Auth0 Integration Samples for React Applications
Stars: ✭ 672 (+6009.09%)
Mutual labels:  quickstart
Kotlinsample Mvp
Sample Kotlin project with MVP implementation
Stars: ✭ 11 (+0%)
Mutual labels:  sample
Vue Electron Typescript Quickstart
A boilerplate of Electron app that uses Vue in TypeScript.
Stars: ✭ 22 (+100%)
Mutual labels:  quickstart
Rxjavasample
RxJava Sample
Stars: ✭ 811 (+7272.73%)
Mutual labels:  sample

runnerty-quick-start

Clone and run for a quick way to see Runnerty in action.

A basic Runnerty planification needs just these files:

  • package.json - Points to the app's main file and lists its details and dependencies. Extra plugins goes here (triggers, notifiers and executors).
  • config.json - Configuration file for Runnerty's plugins also global values are set here.
  • plan.json - The processes planification and dependencies are specified here.

To Use

To clone and run this repository you'll need Git, Node.js 8.9.4 (which comes with npm 5.6.0) or higher and Runnerty 2.0.0 installed on your computer.

From your command line:

# Install runnerty
npm i -g runnerty

# You can check the correct instalation with the command  
runnerty --version

Note: It's possible that you have to use super user permissions. More: fix npm permisions

# Clone this repository
git clone https://github.com/runnerty/runnerty-quick-start

# Go into the repository
cd runnerty-quick-start

# Install dependencies
npm install

# Run the example
runnerty

Resources for Learning Runnerty

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].