Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 34D15D37E for ; Mon, 15 Oct 2012 03:21:13 +0000 (UTC) Received: (qmail 7050 invoked by uid 500); 15 Oct 2012 03:21:13 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 6896 invoked by uid 500); 15 Oct 2012 03:21:10 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 6871 invoked by uid 99); 15 Oct 2012 03:21:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2012 03:21:09 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alunny@gmail.com designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-ia0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2012 03:21:05 +0000 Received: by mail-ia0-f175.google.com with SMTP id b35so3367727iac.6 for ; Sun, 14 Oct 2012 20:20:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=gS5hVc5tC93+monusyVVT67QxJbSU64dpKumz3qPtDQ=; b=Dc7m4b1xNxUD33Q2BnM0lvFPfj8/jLXrozubWMlNubesV5XWnpzdq7Fo/irmQrzCO7 rzkfGhIShmHYtEPP05b+tLxj/8CX7QeDHKmz+eLgkL44sJLtadANzzrQr/TkMZLCDuHs uJAvwW8pA0c1NSoXLAZ9GChLkeEdiB8m91PbewCEXdoZEJkc4v3sNghs2gWX+sM3QAtM u/Oa+MzVar4vEPeJP0cO7DKIVNF2uSmzsz4bVdIPonzMgJCp2ztIvjOmMgyDSuu7ovdr DJZ6c3bqT9X9BbqpXPsvRT3COkeX4xCdK2XJ+Pak63DB3V2og2/UXltjpPXEn6q5IfzK IPkg== MIME-Version: 1.0 Received: by 10.50.13.138 with SMTP id h10mr7666970igc.55.1350271244913; Sun, 14 Oct 2012 20:20:44 -0700 (PDT) Received: by 10.64.92.137 with HTTP; Sun, 14 Oct 2012 20:20:44 -0700 (PDT) Reply-To: alunny@gmail.com In-Reply-To: References: Date: Sun, 14 Oct 2012 20:20:44 -0700 Message-ID: Subject: Re: a package manager experiment From: Andrew Lunny To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d044468e3e74cdb04cc108504 X-Virus-Checked: Checked by ClamAV on apache.org --f46d044468e3e74cdb04cc108504 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Glad to see you're continuing the fine Apache Cordova/Callback/Adobe=AE PhoneGap=99 tradition of confusing project names Max :) On 14 October 2012 05:27, Max Ogden wrote: > meet lunny > > https://github.com/maxogden/lunny > > lunny is about 60 lines of code: > https://github.com/maxogden/lunny/blob/master/lib/lunny.js > > the basic idea is: > > 1. use npm for pretty much everything > 2. if a package has some special metadata in its package.json then lunny > will run plugin-install with the proper arguments > 3. there is no step 3! > > right now the hardest part about publishing and distributing a cordova > package is authoring the plugin.xml file so I have only tested this with > the childbrowser plugin from http://github.com/alunny/childbrowser > > thoughts welcome! > --f46d044468e3e74cdb04cc108504--