https://github.com/mnavarrocarter/rush
A CLI tool written in python for rushing web developers.
https://github.com/mnavarrocarter/rush
cli-tool click debian pyhton virtualenv web-development
Last synced: about 2 months ago
JSON representation
A CLI tool written in python for rushing web developers.
- Host: GitHub
- URL: https://github.com/mnavarrocarter/rush
- Owner: mnavarrocarter
- Created: 2017-08-23T12:56:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T12:36:29.000Z (almost 9 years ago)
- Last Synced: 2026-03-05T03:48:27.956Z (4 months ago)
- Topics: cli-tool, click, debian, pyhton, virtualenv, web-development
- Language: Python
- Homepage:
- Size: 6.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rush
====
A CLI tool written in pyhton for rushing web developers.
Download the latest .deb package [here](https://github.com/mnavarrocarter/rush/raw/master/dist/rush_latest_all.deb).
## Usage
This is an application in active development. No stable release has been
published yet, so API is still undocumented.
## For Developers
To create a dev environment you need python-pip and virtualenv.
1. Pip: `sudo install python-pip`
2. Virtualenv: `sudo pip install virtualenv`
Once you have the required packages, then you can clone the repo and
configure your python virtual environment.
git clone https://github.com/mnavarrocarter/rush.git Rush
cd Rush
virtualenv venv
. venv/bin/activate
pip install --editable .
Just that and you're good to go for development. Remember when you're done
to execute `deactivate`.
You can build the debian package running `./build.sh`. You will need the
following packages:
1. `sudo apt-get install devscripts build-essential lintian`