Skeleton

screenshot of Skeleton
express

Express 3.0 framework-less app structure generator

Overview:

SkeletonExpress 3.0 is a framework-less app structure generator created by Etienne Lemay. It provides a clean Object-Oriented framework base using CoffeeScript with automatic file loading capabilities. The generator creates a view-controller user interface, making it suitable for quick project setups.

Features:

  • Clean encapsulated Object-Oriented framework base
  • CoffeeScript only. No js/compilation required
  • Automatic loading of lib/ & app/controllers/** files**
  • Integration with connect-assets for Node.js
  • Partial/layout support via express-partials

Summary:

SkeletonExpress 3.0 is a tool designed for developers looking to quickly set up app structures without the constraints of a traditional framework. With features like CoffeeScript support, automatic file loading, and integration with Node.js asset pipelines, it offers a lightweight and flexible solution for project generation.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.