All Projects → dbtek → bootswatch-dist

dbtek / bootswatch-dist

Licence: MIT License
Distribution packages for bootswatch themes.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to bootswatch-dist

Bulmaswatch
Themes for Bulma
Stars: ✭ 1,525 (+1759.76%)
Mutual labels:  themes, bootswatch
vaadin-text-field
The themable Web Component providing input controls. Part of the Vaadin components.
Stars: ✭ 29 (-64.63%)
Mutual labels:  themes
InplaceEditBoxLib
WPF/MVVM control to implement a textbox on top of other elements like TreeViewItem or ListViewItem (use case: perform in place edit on top of a displayed text item)
Stars: ✭ 28 (-65.85%)
Mutual labels:  themes
shopify-product-csvs-and-images
Shopify product CSVs and images to seed your store with product data.
Stars: ✭ 76 (-7.32%)
Mutual labels:  themes
AppCenter-Github-Action
This action uploads artifacts (.apk or .ipa) to Visual Studio App Center.
Stars: ✭ 46 (-43.9%)
Mutual labels:  distribution
Angular
web项目Demo,前端采用Angular+Grunt+bower+Requirejs+Bootstrap,后台使用SpringMVC框架
Stars: ✭ 16 (-80.49%)
Mutual labels:  bower
Java Note
后端研发——笔记
Stars: ✭ 54 (-34.15%)
Mutual labels:  distribution
MeeInk
Material Design click effect
Stars: ✭ 33 (-59.76%)
Mutual labels:  bower
Nova-Dark-Theme
A dark theme for Laravel Nova
Stars: ✭ 72 (-12.2%)
Mutual labels:  themes
vania
A module which fairly distributes a list of arbitrary objects among a set of targets, considering weights.
Stars: ✭ 75 (-8.54%)
Mutual labels:  distribution
Celestial.UIToolkit
A custom WPF toolkit which is inspired by a lot of the current design languages, including Microsoft's Fluent Design and Google's Material Design.
Stars: ✭ 32 (-60.98%)
Mutual labels:  themes
openrestaurant
Everything you need for your restaurant website.
Stars: ✭ 25 (-69.51%)
Mutual labels:  distribution
dark
🌛 Dark themes / mode for Rambox, Franz or Ferdi messaging services
Stars: ✭ 93 (+13.41%)
Mutual labels:  themes
nextjs-admin-template
Free admin dashboard template based on Next.Js with @paljs/ui component package
Stars: ✭ 266 (+224.39%)
Mutual labels:  themes
pyempaq
A simple but powerful Python packer to run any project with any virtualenv dependencies anywhwere.
Stars: ✭ 21 (-74.39%)
Mutual labels:  distribution
es-theme-Super-Retroboy
Super Retroboy Theme for the RetroFlag GPi Case and Small Screens 4:3 Aspect
Stars: ✭ 45 (-45.12%)
Mutual labels:  themes
Python-in-Mac-App-Store
Barebones Python app that can be submitted to the Mac App Store.
Stars: ✭ 81 (-1.22%)
Mutual labels:  distribution
realstatecamp
RealState website using JHipster
Stars: ✭ 52 (-36.59%)
Mutual labels:  bower
angular-mapboxgl-directive
AngularJS directive for Mapbox GL
Stars: ✭ 43 (-47.56%)
Mutual labels:  bower
action
📦📊 GitHub Action to reports on the size of your npm package
Stars: ✭ 36 (-56.1%)
Mutual labels:  distribution

bootswatch-dist Build Status node-dependencies

Distribution packages for Bootswatch themes, intended to be used with Bower package manager. Bootswatch themes are amazing for users; with bootswatch-dist they are also delicious for you, developers!

How?

Bootswatch themes are updated from Github API and placed in a particular branch here, in this repo, with Bootstrap scripts, glyphicon fonts and a proper bower configuration. These themes are managed through both versions and branches.
bootswatch-dist packages are updated on daily periods with a build system connecting Github API.

Install

Every theme is released with versions. For example 3.3.0 version of Yeti theme is released with 3.3.0-yeti version identifier on branch yeti. Therefore, both tags and branch names can be used while installing a theme through bower. With bootswatch-dist, Bootswatch themes are easily installed via bower.

From Terminal

For exact version use tag:

$ bower install bootswatch-dist#3.3.0-yeti

For latest version use branch:

$ bower install bootswatch-dist#yeti

With bower.json

Again for exact version:

  ...
  "dependencies": {
    "bootswatch-dist": "3.3.0-yeti"
  }

And for latest version:

  ...
  "dependencies": {
    "bootswatch-dist": "yeti"
  }

Available Versions

Run $ bower info bootswatch-dist for available versions. All 3.1.1+ versions are available through bower.

Clean Distribution

Bootswatch dist provides you clean and full Bootstrap installation. Produced files are:

bootswatch-dist/
├── bower.json
├── css
│   ├── bootstrap.css
│   └── bootstrap.min.css
├── fonts
│   ├── glyphicons-halflings-regular.eot
│   ├── glyphicons-halflings-regular.svg
│   ├── glyphicons-halflings-regular.ttf
│   ├── glyphicons-halflings-regular.woff
│   └── glyphicons-halflings-regular.wof2
└── js
    ├── bootstrap.js
    └── bootstrap.min.js

Author

İsmail Demirbilek - @dbtek

License

MIT

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].