Coder Social home page Coder Social logo

openline-cli's Introduction

Openline Logo

Openline command line interface (CLI)

The Openline CLI is an integral part of working with the Openline ecosystem.

contributions welcome license stars twitter slack

Built with โค๏ธŽ by the Openline community!

๐Ÿ‘‹ Overview

This guide will get you up and running with Openline in less than 5 minutes.

The Openline CLI is a NodeJS app that makes it easy to setup and manage Openline apps directly from the terminal. It's an essential part of using Openline. To develop on the Openline CLI, you'll need Node.js version 16.14 or above installed on your machine.

๐Ÿš€ Installation

Download the Openline CLI using the following command

via brew

brew tap openline-ai/cli
brew install openline

via install script

curl http://openline.sh/install.sh | sh

You can check that the Openline CLI is properly installed by running

openline --version

If everything has been setup correctly, you'll see an output that looks like openline/x.y.z.

๐Ÿง‘โ€๐Ÿ’ป Working locally

Check out our Guide to Contributing Code for complete step-by-step instructions on how to get setup.

Quick Start

  1. Clone the repo
  2. cd into the repo directory
  3. run yarn to install any missing dependencies
  4. run yarn build to build the local codebase
  5. run node ./bin/run to initiate the CLI

๐Ÿ’ก Pro Tip: If you are going to contribute code to this repo, you'll save yourself a ton of time by aliasing the node ./bin/run command. We suggest adding the following to your .zshrc or .bashrc file.

alias ol="node {path/to/project/dir}/packages/cli/bin/run"

Once aliased, you'll be able to run your local codebase by typing ol {command}.

๐Ÿค Resources

  • Full reference docs for the CLI can be found via our CLI guide
  • For help, feature requests, or chat with fellow Openline enthusiasts, check out our slack community!

๐Ÿ’ช Contributions

โœจ Contributors

A massive thank you goes out to all these wonderful people (emoji key):

๐Ÿชช License

  • This repo is licensed under Apache 2.0, with the exception of the ee directory (if applicable).

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.