Skip to content
/ shrew Public

A handy way to manage your bash environment across machines

License

Notifications You must be signed in to change notification settings

litters/shrew

Repository files navigation

shrew

shrew

shrew 0.1.0

A handy way to manage your bash environment across machines.

https://travis-ci.org/litters/shrew.svg?branch=master https://coveralls.io/repos/litters/shrew/badge.svg?branch=master

About

A handy way to manage your bash environment across machines.

Installation

Install via pip:

$ pip install shrew

Install from source:

$ git clone git://github.com/litters/shrew.git
$ cd shrew
$ python setup.py install

Documentation

Full Documentation: http://shrew.readthedocs.org/en/latest.

You will need sphinx installed to generate the documentation. Documentation can be generated by running python setup.py doc. Generated documentation can be found in the doc/build/html/ directory.

Testing

The easiest way to run the tests is to install nose (pip intall nose) and run nosetests or python setup.py test in the root of the distribution. Tests are located in the tests/ directory.

About

A handy way to manage your bash environment across machines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages