Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 583 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 583 Bytes

ScrewJack

ScrewJack is a tiny command line tool for manipulating modules.

Installation

Install directly by pip:

pip install -U screwjack

Or, you can use the latest version:

git clone https://github.com/DataCanvasIO/screwjack.git screwjack.git
cd screwjack.git
pip install -r requirements.txt
./bin/screwjack --help

Usage

Online document is also avaliable.

About

ScrewJack is licensed under BSD (3-Clause) License, see LICENSE file for detail. Comments and contribution are welcome.