🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

espresso

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

espresso

Development tools for The-M-Project

latest
Source
npmnpm
Version
1.4.3
Version published
Maintainers
1
Created
Source

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.

  • Install node.js. see description here

  • Checkout Espresso:

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

  • Initialize submodules:

    git submodule update --init

  • Create an alias:

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

Usage

  • Create a new HelloWorld project:

    espresso init --project HelloWorld --example

  • Build it:

    cd HelloWorld && espresso build

  • Run the development server:

    espresso server

  • 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.

FAQs

Package last updated on 02 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts