klingon

授权协议 MIT License
开发语言 JavaScript
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 宁修永
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Angular Klingon

The perfect @angular/cli companion.



Package Version Description
klingon-app the electron shell host for the companion application.
klingon-ui the core application: the companion app. This app is built using the @angular/cli.
klingon-server the server (agent) application that serves a backend for the companion application. Its role is to spin up PTY instances and allow the companion app to communicate with those PTY instances via WebSocket.
klingon-website the source code for angular.run.

How to run locally (wip)

  1. Clone repo and install dependencies.
  2. Run the server npm run start:server
  3. Run the ui npm run start:ui
  4. Run the application within the electron shell npm run start:app or go to http://localhost:4200

How to package the application

  • For OSX npm run package:app:osx
  • For Windows npm run package:app:win (not tested yet)
  • For Linux npm run package:app:linux (not tested yet)

Contributions

You are welcome to contribute to this project. This project is still in its early stage, no feature is frozen yet. All suggestions/fixes/help are more than welcome. Add your feedback to this todo list for feature requests.

Please contact me (@manekinekko) if you need some help getting started with the setup.

Want to file a bug, contribute some code, or improve documentation? Excellent !Read up on our guidelines for contributing.

相关阅读

相关文章

相关问答

相关文档