1.4.3 • Published 11 years ago

espresso v1.4.3

Weekly downloads
30
License
-
Repository
-
Last release
11 years ago

NOTE

This is the development branch of Espresso, and heavily under construction!

Espresso README

Espresso: The-M-Projects build tools using node.js

Installation

Prerequesites

To install espresso you need Node.js >= 0.4 and either git or npm.

Install via NPM

You can install espresso with the help of NPM:

npm install espresso -g

The "-g" option is needed for npm >= 1.0.

Install via git

If you don't want to use NPM, you can check out the project with git, init the submodules and create an alias.

  1. Install node.js. see description here
  2. Checkout Espresso:

    git clone https://github.com/mwaylabs/Espresso.git

  3. Initialize submodules:

    git submodule update --init

  4. Create an alias:

    `alias espresso='/path/to/Espresso/bin/espresso.js'

Usage

  1. Create a new HelloWorld project:

    espresso init -project HelloWorld --example

  2. Build it:

    cd HelloWorld && espresso build

  3. Run the development server:

    espresso server

  4. Generate new files

    espresso generate -c testcontroller -v testview -m testmodel

This command will generate a new model, a new view and a new controller.

Installing node.js on Windows

Read the instructions here

Licensing

All license information about Espresso and used third-party components can be found in the LICENSE file, Or in the concrete third-party component.

1.4.3

11 years ago

1.4.2

11 years ago

1.4.1

11 years ago

1.4.0

11 years ago

1.3.0

11 years ago

1.2.0

12 years ago

1.1.0

12 years ago

1.0.0

12 years ago

1.0.0RC1

12 years ago

0.8.0

12 years ago

0.7.3

12 years ago

0.7.2

13 years ago

0.7.1

13 years ago

0.7.0

13 years ago

0.6.1

13 years ago

0.6.0

13 years ago

0.4.2

13 years ago

0.4.1

13 years ago

0.4.0

13 years ago