This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
Home
wpbasti edited this page Sep 20, 2012
·
58 revisions
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.
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.
- New Application: How to use skeletons for creating new applications
- Project Structure: Files and folders in your project
- Project Config: Configure your project settings
- Names: How files are named on file system and inside the application
- Build Script: Configure tasks for your application
- Web Server: Usage of the integrated web server
- 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
- Translations: How to translate your projects
- Writing API Docs: How to document your code