Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD1AE7292 for ; Tue, 18 Oct 2011 06:39:59 +0000 (UTC) Received: (qmail 45784 invoked by uid 500); 18 Oct 2011 06:39:58 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 45501 invoked by uid 500); 18 Oct 2011 06:39:55 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 45492 invoked by uid 99); 18 Oct 2011 06:39:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 06:39:52 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.214.52] (HELO mail-bw0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 06:39:45 +0000 Received: by bkbzs2 with SMTP id zs2so617501bkb.11 for ; Mon, 17 Oct 2011 23:39:24 -0700 (PDT) Received: by 10.223.5.3 with SMTP id 3mr2157047fat.4.1318919964475; Mon, 17 Oct 2011 23:39:24 -0700 (PDT) Received: from [192.168.2.103] (dslb-088-075-159-104.pools.arcor-ip.net. [88.75.159.104]) by mx.google.com with ESMTPS id v20sm10432175faf.1.2011.10.17.23.39.22 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Oct 2011 23:39:23 -0700 (PDT) Message-ID: <1318919961.10101.18.camel@jolap> Subject: Mouch is Make Couchapps with GNU Make From: "Johannes J. Schmidt" To: user@couchdb.apache.org Date: Tue, 18 Oct 2011 08:39:21 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.0- Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Dear developers, I just released Mouch [1] (Make Couch) on github. Mouch is a little helper to build Couchapps. I am using it since over half a year now almost every day and it does quiet well. I hope someone else find it useful. Mouch follows a radical minimalistic approach (just 125 LOC). It consists only of three files, which you simply copy inside your project. Mouch has only a few requirements: Ruby, a Ruby JSON lib, Make and cURL. You might already have most of them installed. With Mouch you build a JSON file and push it to the server. You talk to Mouch via GNU Make. I would love to remove the Ruby JSON dependency - any help is greatly appreciated. And I would love to hear discussion about Mouchs approach. Johannes [1] https://github.com/jo/mouch