Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Slicejack/bojler
Bojler is an email framework
https://github.com/Slicejack/bojler
css css-framework email email-template framework grid html-email reset templates typography utilities
Last synced: about 1 month ago
JSON representation
Bojler is an email framework
- Host: GitHub
- URL: https://github.com/Slicejack/bojler
- Owner: Slicejack
- License: mit
- Created: 2016-03-15T09:39:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T14:49:22.000Z (about 1 year ago)
- Last Synced: 2024-04-14T12:18:37.007Z (8 months ago)
- Topics: css, css-framework, email, email-template, framework, grid, html-email, reset, templates, typography, utilities
- Language: SCSS
- Homepage: https://bojler.slicejack.com
- Size: 1.73 MB
- Stars: 1,018
- Watchers: 24
- Forks: 59
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- Awesome-CSS-Resources - Bojler:
- awesome-email-marketing - Bojler
- fucking-awesome-css-frameworks - Repo
- awesome-css-frameworks - Repo
README
![Bojler Heading](https://bojler.slicejack.com/wp-content/uploads/2021/05/bojler-title.png "Bojler")
[![GitHub release](https://img.shields.io/github/release/slicejack/bojler.svg)](https://github.com/Slicejack/bojler/releases)
[![Travis](https://travis-ci.org/Slicejack/bojler.svg?branch=master)](https://travis-ci.org/Slicejack/bojler)
[![Github All Releases](https://img.shields.io/github/downloads/slicejack/bojler/total.svg)](https://github.com/Slicejack/bojler/releases)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/slicejack/bojler.svg)
[![GitHub issues](https://img.shields.io/github/issues-raw/slicejack/bojler.svg)](https://github.com/Slicejack/bojler/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/slicejack/bojler.svg)](https://github.com/Slicejack/bojler/issues)
[![license](https://img.shields.io/github/license/slicejack/bojler.svg)](https://github.com/Slicejack/bojler/blob/master/LICENSE)## What is Bojler ?
Bojler is an email framework for developing responsive and lightweight email templates that will render correctly across each of the most popular email clients.If you have experience with email template development, you know how painful it is to build a perfect email template that works across all email clients.
To make it easier for you to develop responsive and lightweight email templates we have created Bojler.
## Project documentation π
Full project documentation can be found at https://bojler.slicejack.com/.## Quick-start guide π
Full getting started guide can be found [here](https://bojler.slicejack.com/documentation/getting-started/).### 1. Download
- [Download source files](https://github.com/Slicejack/bojler/archive/v5.0.3.zip) or
- Clone the repo: `git clone https://github.com/Slicejack/bojler.git`### 2. Install node packages: `npm install`
Secondly, install node packages in root of your newly downloaded folder with `npm install` command.
> [This is an example](https://asciinema.org/a/Y0F4uVLb8agcPQKUGZ1CXFDPZ) of what you should get after you run `npm install` command.### 3. Start development server: `npm start`
Let's fire up our development server π₯Run `npm start` in your project root folder.
While your development server is running, every time you make and save changes they will be automatically compiled from `src/` to `dist/` folder.
> [This is an example](https://asciinema.org/a/dtwO6MMKRYvTxFIOhVllHGxEK) of what you should get after you run `npm start` command and save some changes while your development server is running.### 4. Project configuration and files editing
Youβre ready to edit bojler configuration file in `src/sass/_settings.scss`.You can take a deeper look at [documentation section](https://bojler.slicejack.com/documentation) where we examine variables and maps more carefully.
Now, you can start adding HTML templates to `src/templates` folder.
In `/templates` folder you can find `boilerplate.html` and `boilerplate-with-hero.html` which you can use as starting point for new templates.
## Available NPM commands
Command
Description
npm start
This command starts live development server and watch task. While your development server is running, every time you make and save changes they will be automatically compiled fromsrc/
todist/
folder. Take a look at example here.
npm run build
This command builds everything fromsrc/
todist/
folder. Take a look at example here.
npm run assets
This command copies all the assets fromsrc/assets/
todist/assets/
folder. You have to run this command every time you add a new asset in order to see changes. Take a look at example here.
## Features
Quick features overview:
- Itβs responsive π₯οΈ π» π±
- Built with SASS π
- Automated SASS to CSS transpiler π’ π π
- Automated SASS linter (With email development rules) ποΈ
- Automated CSS inlining π’ π π¦
- Webserver with live reload π
- Default boilerplate template included
- Reset styles
- Typography βοΈ
- Grid system
- Utility classes π οΈ
- Components## Bugs and feature requests π·οΈ
If you find a bug or need new feature please open a [new issue](https://github.com/Slicejack/bojler/issues) and we will discuss about it.## How to contribute ? π οΈ
You can review the [guidelines for contributing](https://github.com/Slicejack/bojler/blob/master/CONTRIBUTING.md) to this repository [here](https://github.com/Slicejack/bojler/blob/master/CONTRIBUTING.md).## Change Log
All notable changes to this project will be documented in [CHANGELOG file](https://github.com/Slicejack/bojler/blob/master/CHANGELOG.md).## Credits
Special thanks to:
- Ian Hoar
- [Sean Powell](https://github.com/seanpowell/Email-Boilerplate)
- [James White](https://blog.jmwhite.co.uk)
- [Campaign Monitor](https://www.campaignmonitor.com/)
- [MailChimp](http://www.mailchimp.com/)
- [Email on Acid](https://www.emailonacid.com)
- [Litmus](http://litmus.com)
- [Bringinteraktiv](http://removebluelinks.com)
- [Zurb Foundation](http://foundation.zurb.com/emails.html)## License
All contents of this boilerplate are licensed under the [MIT license](https://github.com/Slicejack/bojler/blob/master/LICENSE.md).