Difference between revisions of "Dev Tools"

From Dreamwidth Notes
Jump to: navigation, search
(stopped making unideal suggestions)
Line 8: Line 8:
 
  hg clone https://bitbucket.org/anall/dwdev-tools/
 
  hg clone https://bitbucket.org/anall/dwdev-tools/
  
Then, you will either want to add the bin contents into your path, or link the scripts into <code>$LJHOME/bin</code>.
+
Then, you will either want to add the bin contents into your <code>$PATH</code>, or call them manually:
  
You will have to manually update this directory.
+
$LJHOME/ext/dwdev-tools/bin/ljconsole
 +
 
 +
You will have to manually update this directory:
 +
 
 +
  cd $LJHOME/ext/dwdev-tools
 +
  hg pull
 +
  hg update
  
 
== Current Tools ==
 
== Current Tools ==

Revision as of 03:16, 21 August 2012

[info]exor674 and [info]afuna set up a mercurial repository for useful development tools.

Syncing with the tools repository

First check the tools out into the ext directory:

cd $LJHOME/ext
hg clone https://bitbucket.org/anall/dwdev-tools/

Then, you will either want to add the bin contents into your $PATH, or call them manually:

$LJHOME/ext/dwdev-tools/bin/ljconsole

You will have to manually update this directory:

 cd $LJHOME/ext/dwdev-tools
 hg pull
 hg update

Current Tools