https://github.com/seratch/bootstrap-downloader
curl -L http://git.io/bootstrap-downloader | sh
https://github.com/seratch/bootstrap-downloader
Last synced: about 1 month ago
JSON representation
curl -L http://git.io/bootstrap-downloader | sh
- Host: GitHub
- URL: https://github.com/seratch/bootstrap-downloader
- Owner: seratch
- Created: 2012-05-30T12:16:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-30T08:27:44.000Z (almost 12 years ago)
- Last Synced: 2025-01-20T22:13:33.261Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 858 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Bootstrap template downloader
## Usage
```sh
curl -L http://git.io/bootstrap-downloader | sh
bootstrap foo
```Output image:
```sh
mba:~ seratch$ curl -L http://git.io/bootstrap-downloader | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 230 100 230 0 0 134 0 0:00:01 0:00:01 --:--:-- 573
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 694 100 694 0 0 663 0 0:00:01 0:00:01 --:--:-- 665command installed to /Users/seratch/bin/bootstrap
mba:~ seratch$ bootstrap foo
Cloning into 'bootstrap-downloader'...
remote: Counting objects: 98, done.
remote: Compressing objects: 100% (85/85), done.
remote: Total 98 (delta 11), reused 92 (delta 5)
Receiving objects: 100% (98/98), 699.88 KiB | 240 KiB/s, done.
Resolving deltas: 100% (11/11), done.Twitter Bootstrap 2.0.3 installed to foo
mba:~ seratch$
```