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.
- Host: GitHub
- URL: https://github.com/robloach/bowersatis
- Owner: RobLoach
- License: mit
- Created: 2012-09-17T22:34:35.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-17T23:02:26.000Z (almost 14 years ago)
- Last Synced: 2025-03-30T18:01:58.420Z (about 1 year ago)
- Language: PHP
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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