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

https://github.com/robloach/bowersatis

Satis repository to index Bower packages.
https://github.com/robloach/bowersatis

Last synced: about 1 year ago
JSON representation

Satis repository to index Bower packages.

Awesome Lists containing this project

README

          

Bower Satis
===========

Composer repository generator for Bower packages.

Usage
-----

- Install bowersatis: `git clone git@github.com:RobLoach/bowersatis.git && cd bowersatis`
- Download Composer: `wget http://getcomposer.org/composer.phar`
- Install dependencies: `php composer.phar install`
- Build a repository: `php bin/bowersatis build `

Contributing
------------

All code contributions - including those of people having commit access -
must go through a pull request and approved by a core developer before being
merged. This is to ensure proper review of all the code.

Fork the project, create a feature branch, and send us a pull request.

Requirements
------------

PHP 5.3+

Authors
-------

Rob Loach - - -

License
-------

Bower Satis is licensed under the MIT License - see the LICENSE file for details