Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mojito

Package Overview
Dependencies
Maintainers
10
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mojito

Mojito provides an architecture, components and tools for developers to build complex web applications faster.

  • 0.9.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.4K
decreased by-6.75%
Maintainers
10
Weekly downloads
 
Created
Source
Black Duck OS 2012 Rookie of the Year

Yahoo! Mojito Build Status

Mojito is the JavaScript library implementing Cocktails, a JavaScript-based on-line/off-line, multi-device, hosted application platform.

Quick Start

This quick start is intended for Mojito application developers. To contribute to the Mojito project, see Contributing Code to Mojito.

  1. Install the Mojito command-line tool:

     $ npm install -g mojito-cli
    
  2. Create an app:

     $ mojito create app hello
     $ cd hello
    
  3. Create a mojit:

     $ mojito create mojit HelloMojit
    
  4. Start the server:

     $ mojito start
    
  5. Go to http://localhost:8666/@HelloMojit/index

  6. Run Unit Tests:

     $ mojito test app .
    
  7. Generate documentation:

     $ mojito docs app hello
     
    

Mojito Git Branches

The default branch for the Mojito GitHub repository is develop. To clone the version of Mojito that is the same as the latest version of Mojito in the npm registry, explicitly request the master branch: git clone https://github.com/yahoo/mojito.git --branch master Mojito application developers should work with the master branch.

Mojito contributors, however, should clone and make pull requests to the develop branch. Before you start contributing, please read Contributing Code to Mojito.

Documentation

General

API Documentation

Discussion/Forums

http://developer.yahoo.com/forum/Yahoo-Mojito

Licensing and Contributions

Mojito is licensed under a BSD license. To contribute to the Mojito project, please see Contributing.

The Mojito project is a meritocratic, consensus-based community project which allows anyone to contribute and gain additional responsibilities.

Keywords

FAQs

Package last updated on 08 Dec 2014

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc