runnerty / runnerty-quick-start

Runnerty quick start example project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Runnerty quick start example project

License:MIT License