Coder Social home page Coder Social logo

ese's Introduction

Deploy Kotlin/JS site to GitHub Pages Create Release Draft Compose Desktop wakatime

Ese - Easy Shell Environment

日本語 / English

Unixシェルを模した動作をするアプリ

概要

「Easy Shell Environment (Ese)」は簡単で手軽に試せるシェルアプリです。 仮想のファイル操作などができ、権限の設定もできます。 現在、拡張機能開発用SDKを公開しており、今後はSDKで開発された拡張機能を簡単にダウンロードできる機能を実装予定です。 Compose Multiplatformを採用し、幅広いプラットフォームに対応しています。

インストール

Releaseからインストーラーをダウンロードできます。

Web版

https://ese.naotiki.me

モジュール

clients Eseのクライアントアプリ

desktopApp (JVM)

cuiApp (JVM)

androidApp (JVM)

webApp (JS)

(WASM対応予定)


ese-core (JVM/JS)

Eseのコアライブラリ


Ese Plugin

ese-gradle-plugin

Eseプラグイン (Noodle)を作成するためのGradle Plugin

ese-lib

Eseプラグインの実装例 (別リポジトリに分離予定)

naotiki/ese-noodle-template に移行

Eseプラグインの詳細はHowToBuildNoodle.md

ビルド方法

共通

まず、clientsフォルダに移動

cd clients

デスクトップクライアントを実行

desktopAppのタスクrunを実行

./gradlew :desktopApp:run

Androidクライアントを端末にインストール

androidAppのタスクinstallDebugを実行

./gradlew :androidApp:installDebug

Webクライアントを実行 (Experimental)

webAppのタスクjsBrowserDevelopmentRunを実行

./gradlew :webApp:jsBrowserDevelopmentRun

デスクトップのパッケージング

desktopAppのタスクsuperReleaseBuildを実行 vX.Y.Z(-TEXT)の形式で<APP_VERSION>を指定できます。

例:-PappVersion=v0.9.0-beta

指定されなければv0.0.0-devで実行されます。

./gradlew :desktopApp:superReleaseBuild -PappVersion=<APP_VERSION>

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.