src/index.coffee |
|
|---|---|
This file is the main module that can be loaded inside a Neat project. |
|
NeatNeat is a coffeescript project structure combined with a customizable command line interface. It can be used both on server side using Node.js or to build client side javascript libraries with file concatenation and minification. Table Of Content |
|
InstallationInstall Node.js, and then the
Coffeescript compiler through
Installing Neat through
Installing Neat from sources:
|
|
A first test |
|
The actual index |
|
The core classes extensions are required at startup. |
require './core/types' |
The
|
Neat = require './neat' module.exports = Neat |