This is well covered in the readme here: https://github.com/apache/cordova-lib/tree/master/cordova-lib
- Clone this repository onto your local machine. git clone https://git-wip-us.apache.org/repos/asf/cordova-lib.git - In terminal, navigate to the inner cordova-lib directory. cd cordova-lib/cordova-lib - Install dependencies and npm-link npm install && npm link - Navigate to CLI and Plugman directories and link cordova-lib cd ../../cordova-cli && npm link cordova-lib && npm installcd ../../cordova-plugman && npm link cordova-lib && npm install @purplecabbage risingj.com On Tue, Jun 10, 2014 at 9:30 PM, Puneet Kaur <[email protected]> wrote: > when developing on cordova-cli .. do you install it again and again when > you make changes to the code or there's some better method of testing our > code for cordova-cli ?? > > > On Wed, Jun 11, 2014 at 9:00 AM, Puneet Kaur <[email protected]> > wrote: > > > Hey, > > > > I wish to develop on cordova-cli.We wish to work on making commands > > "cordova platform add sugar" and "cordova build sugar" work. > > > > So for that I have git cloned the repo from > > https://github.com/apache/cordova-cli and > > https://github.com/apache/cordova-lib > > > > and followed steps mentioned here : > > https://github.com/apache/cordova-lib#setup > > > > > > *but how what do I need to do so that whatever changes I make in my local > > copy(in the directory where I have git cloned the repository) are > reflected > > when I issue these commands in my terminal ?* > > >
