GithubHelp home page GithubHelp logo

aradjdi / harissa Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 109.19 MB

Ruby 0.44% JavaScript 23.08% HTML 17.20% TypeScript 4.59% SCSS 4.80% Java 17.34% Objective-C 28.18% Objective-C++ 2.86% C 0.86% CSS 0.64%

harissa's Introduction

HARISSA cli

Installation

install dependencies

  • image-to-ascii

It's recommended to install Graphics Magick. If it's not installed, the library will automagically try to install lwip by compiling the C/C++ stuff.

# Ubuntu
$ sudo apt-get install graphicsmagick

# Fedora
$ sudo dnf install GraphicsMagick

# CentOS / RHEL
$ sudo yum install --enablerepo epel GraphicsMagick

# OS X
$ brew install graphicsmagick

# Windows users can install the binaries from http://www.graphicsmagick.org/
...or using the command line:
# Chocolatey (package manager for Windows)
# (Restart of cmd/PowerShell is required)
$ choco install graphicsmagick
  • dev dependencies

npm install

  • add simlink

npm link

Get started

Usage

# Init a project
$ harissa init --project-name <projectName> --project-id <projectId>

# Run & Watch for change on browser
$ harissa serve --env <dev|preprod|prod>

# Run on device
$ harissa run <smartphone|tablet> <android|ios> --env <dev|preprod|prod>

# Build Cordova project
$ harissa build <smartphone|tablet> --env <dev|preprod|prod> --build-version <patch|minor|major|versionNumber>

# Release IPA and APK files
$ harissa release <smartphone|tablet> --env <dev|preprod|prod>

# Upload to Appaloosa
$ harissa upload <smartphone|tablet> --env <dev|preprod|prod> --changes <"my change log">

harissa's People

Watchers

James Cloos 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.