An open API service indexing awesome lists of open source software.

https://github.com/colorfulboard/revision

Static assets revisioning library.
https://github.com/colorfulboard/revision

python

Last synced: 12 days ago
JSON representation

Static assets revisioning library.

Awesome Lists containing this project

README

          

# Revision · [![CircleCI](https://circleci.com/gh/COLORFULBOARD/revision.svg?style=svg&circle-token=432185e19767b72ceacd6d59b26d295492afa410)](https://circleci.com/gh/COLORFULBOARD/revision)

## Client

* [revision-gcs](https://pypi.python.org/pypi/revision-gcs)

## TODO

* [ ] revision checkout command
* [ ] documentation

## Getting Started

### Installation

To install the package, simply run:

```sh
$ pip install revision
```

Or install from source:

```sh
$ make install
```

### Running Lint

```sh
$ make lint
```

### Running Tests

```sh
$ make test
```

## Usage

Revision expects a configuration file to be present in the project root.

```sh
$ revision init
```

## License

Revision is licensed under MIT License. See [LICENSE](https://github.com/COLORFULBOARD/revision/blob/master/LICENSE) for more information.