Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
wpbasti edited this page Sep 20, 2012 · 58 revisions

Jasy - Web Tooling Framework

Jasy is a construction tool for web projects. Think of Jasy as a replacement for the classic make utility heavily inspired by modern tools like SCons (Used by V8, MongoDB, ...), Waf (Used by Samba, NodeJS, ...) and Maven. Jasy is based on the learnings through creating the "generator" for the qooxdoo JavaScript framework.

Installation

We have different tutorials for installing Jasy specific to the operating system you are using:

Python Experts: If you already have a Python3 installation and want to install Jasy in parallel you could follow our Installation using VirtualEnv guide.

Documentation

Basics

Advanced

  • Fields: Pass data from the build script to the application and permutate code for different output scenarios
  • Image Sprites: Setup image sprites for your application
  • Image Animations: Tooling for image based animations
  • Develop Skeletons: How to create new skeletons
  • Sharing Methods: How to share Python features with other projects
  • Locales: How to use locale support in your projects
  • Translation: How to translate your projects

Migration

Clone this wiki locally