mojito

[archiving soon] Yahoo! Mojito Framework

  • 所有者: YahooArchive/mojito
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者YahooArchive/mojito
主编程语言JavaScript
编程语言Makefile (语言数: 5)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2012-03-29 19:41:48
推送于2016-11-30 05:59:03
最后一次提交2014-07-15 16:04:32
发布数65
最新版本名称0.8.4 (发布于 )
第一版名称0.3.8 (发布于 2012-05-15 22:13:40)
用户参与
星数1.6k
关注者数90
派生数213
提交数4k
已启用问题?
问题数384
打开的问题数37
拉请求数837
打开的拉请求数3
关闭的拉请求数169
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?