Koala

koala是一个前端预处理器语言图形编译工具,支持Less、Sass、Compass、CoffeeScript。(Koala is a GUI application for Less, Sass, Compass and CoffeeScript compilation)

Github星跟蹤圖

koala是一个前端预处理器语言图形编译工具,支持Less、Sass、Compass、CoffeeScript,帮助web开发者更高效地使用它们进行开发。跨平台运行,完美兼容windows、linux、mac。

特性:
  • 多语言支持:支持LESS,Sass,Compass Framework,CoffeeScript和Dust。
  • 实时编译:监听文件,发生文件更改时自动编译。 一切都在后台运行,无需用户输入。
  • 编译选项支持:每个文件都可以使用编译选项。
  • 压缩:编译完成后自动压缩代码。
  • 错误通知:如果在编译期间遇到错误,则koala将显示错误通知。
  • 跨平台:koala在Windows,Linux和Mac上运行完美。

概覽

名稱與所有者oklai/koala
主編程語言JavaScript
編程語言CSS (語言數: 5)
平台Linux, Mac, Windows
許可證Other
發布數21
最新版本名稱v2.3.0 (發布於 2017-11-20 08:44:42)
第一版名稱v1.0.1b1 (發布於 2013-07-12 08:59:27)
創建於2012-12-26 12:05:43
推送於2022-03-10 02:38:31
最后一次提交2019-03-28 21:14:10
星數4k
關注者數161
派生數526
提交數412
已啟用問題?
問題數809
打開的問題數396
拉請求數25
打開的拉請求數3
關閉的拉請求數18
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

The project has been stopped!!

The development method has changed a lot be from the project start time to now, and there are many better alternatives in the open source community. So I think the projet is outdated, and decided to stop maintenance.
Sorry about for this.
If someone is still willing to continue maintenance, welcome to create a new project, it will be the best way.

Introduction

Join the chat at https://gitter.im/oklai/koala

http://koala-app.com

Koala is a GUI application for LESS, Sass and CoffeeScript compilation, to help web developers use these tools more efficiently for development.

项目中文主页

Downloads

v2.1.0 release Changelog

Download

Features

  • Multi-language Support: support for LESS, Sass, Compass Framework, CoffeeScript and Dust.
  • Real-time Compilation: listens to files, compiles automatically when file changes occur. Everything runs in the background without the need for user input.
  • Compile Options Support: compilation options are avaliable per file.
  • Compression: automatic compression of code after compilation has completed.
  • Error Notification: if an error is encountered during compilation, Koala will display an error notification.
  • Cross-platform: Koala runs perfectly on Windows, Linux and Mac.

Screenshots

linux

Documents

koala is built with node-webkit. node-webkit is an app runtime based on Chromium and node.js. You can write native apps in HTML and Javascript with node-webkit.

How to run Koala source code?

  1. Clone Koala to the local;
  2. For windows, I DON'T KNOW YET
    For Mac OS X and Linux, run ./install.sh
  3. Download node-webkit prebuilt binaries for your system environment.
  4. For windows, copy nw.exe, nw.pak, icudt.dll to koala/src directory, and install Ruby to koala/src/ruby;
    For Linux, copy nw, nw.pak, install Ruby: sudo apt-get install ruby;
    For Mac OS X, copy node-webkit.app, OS X already have Ruby installed.
  5. Run the nw executable file.

License

koala's code uses the Apache license, Version 2.0, see our LICENSE file.

Bitdeli Badge

去到頂部