Koala

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

Github stars Tracking Chart

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

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

Main metrics

Overview
Name With Owneroklai/koala
Primary LanguageJavaScript
Program languageCSS (Language Count: 5)
PlatformLinux, Mac, Windows
License:Other
所有者活动
Created At2012-12-26 12:05:43
Pushed At2022-03-10 02:38:31
Last Commit At2019-03-28 21:14:10
Release Count21
Last Release Namev2.3.0 (Posted on 2017-11-20 08:44:42)
First Release Namev1.0.1b1 (Posted on 2013-07-12 08:59:27)
用户参与
Stargazers Count4k
Watchers Count158
Fork Count521
Commits Count412
Has Issues Enabled
Issues Count811
Issue Open Count396
Pull Requests Count25
Pull Requests Open Count3
Pull Requests Close Count18
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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