Difference between revisions of "Dev Tools"

From Dreamwidth Notes
Jump to: navigation, search
(stopped making unideal suggestions)
(adding update template)
Line 1: Line 1:
 +
{{Update|text=DW has moved to git so this is no longer accurate.}}
 +
 
<dwuser>exor674</dwuser> and <dwuser>afuna</dwuser> set up a [[mercurial]] repository for useful development tools.   
 
<dwuser>exor674</dwuser> and <dwuser>afuna</dwuser> set up a [[mercurial]] repository for useful development tools.   
  

Revision as of 13:53, 19 June 2013

Needs Update: DW has moved to git so this is no longer accurate.

[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