GithubHelp home page GithubHelp logo

marcwoozie / lemon-sour.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lemon-sour/lemon-sour.js

0.0 2.0 0.0 905 KB

:lemon: Application Deployment System

License: MIT License

TypeScript 50.66% JavaScript 49.34%

lemon-sour.js's Introduction

๐Ÿ‹ lemon-sour ๐Ÿ‹

Build Status Coverage Status Downloads Version License PRs Welcome


lemon-sour.jpg

Links

Getting started

$ yarn global add lemon-sour

Make index.yml inside your project:

version: 1.0
jobs:
  install_app_a:
    name: app_a
    latest_json_url: http://localhost:3000/app_basic_no_archive/latest.json
    is_archive: false
    output_path: C:\lemon-sour\app_basic_no_archive
    events:
      checking_for_update:
        steps:
          - run:
              name: Nodejs Version
              command: node --version
      update_not_available:
        steps:
          - run:
              name: NPM Version
              command: npm --version
              sync: true
      update_available:
      download_progress:
      update_downloaded:
      error:

workflows:
  main:
    jobs:
      - install_app_a

latest.json like this

{
  "latestVersion": "1.0.0",
  "fileUrl": "http://localhost:3000/app_basic_no_archive/index.txt",
  "sha1": "3f786850e387550fdab836ed7e6dc881de23001b",
  "releaseDate": "2019-01-18 19:29:45"
}

And then run:

$ lemon-sour --yml index.yml

Maintainers

License

MIT ยฉ hisasann (Yoshiyuki Hisamatsu)

twitter

lemon-sour.js's People

Contributors

hisasann avatar renovate-bot avatar

Watchers

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