Skip to content

pombredanne/lense-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lense Development Tools

Tools designed to assist in contributing to and building/installing/updating the various Lense projects.

To Do

[ ] - Develop/commit functionality
[ ] - Make Python 3 friendly
[ ] - Further debugging
[ ] - Automated CI worker

Installation

Does not exist in a PPA yet, so download and build:

Default Installation Script

$ wget https://raw.githubusercontent.com/djtaylor/lense-devtools/master/install.sh
$ chmod +x install.sh
$ sudo ./install.sh
NOTE: Suitable only for local testing

Usage

Devtools currently support:

  • Automated package building from Github
  • Automatic local revisioning and package updates
  • Installation/update of current packages
# All packages
$ lense-devtools build

# Single or subset of packages
$ lense-devtools build --projects "lense-common,lense-client"

# Install update/packages
$ lense-devtools install

# Single or subset of packages
$ lense-devtools install --projects "lense-engine"

About

Helper package for building development version of Lense projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published