-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
71 changed files
with
1,040 additions
and
5,105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
dist/**/* | ||
node_modules/**/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
module.exports = require('./dev/cfg/eslint.es6.js'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,23 @@ | ||
# Blacklist Everything | ||
# Ignore Everything | ||
* | ||
|
||
# Whitelist items | ||
!.nvmrc | ||
!.eslintignore | ||
!.eslintrc.js | ||
!.gitignore | ||
!.nvmrc | ||
!.travis.yml | ||
!gulpfile.js | ||
!bower.json | ||
!package.json | ||
!jsdoc.json | ||
!license.md | ||
!CONTRIBUTING.md | ||
!LICENSE.md | ||
!README.md | ||
!.eslintrc | ||
!.eslintignore | ||
!package.json | ||
!teleprint.js | ||
!teleprint.min.js | ||
|
||
!/dev | ||
!/dev/**/* | ||
|
||
!/src | ||
!/src/**/* | ||
|
||
!/dist | ||
!/dist/**/* | ||
|
||
!/test | ||
!/test/**/* | ||
|
||
# Documentation exceptions | ||
!/docs | ||
!/doc/**/* | ||
/docs/styles/*.* | ||
!/docs | ||
!/docs/styles | ||
!/docs/styles/sunlight.dark.css | ||
!/docs/styles/site.teleprint.css | ||
|
||
# Blacklist items | ||
.DS_Store | ||
/test/test.js | ||
darkstrap.css | ||
sunlight.default.css | ||
prettify-tomorrow.css | ||
site.darkly.css | ||
site.lumen.css | ||
site.slate.css | ||
site.yeti.css | ||
site.darkstrap.css | ||
site.paper.css | ||
site.spacelab.css | ||
site.cerulean.css | ||
site.dibs-bootstrap.css | ||
site.readable.css | ||
site.superhero.css | ||
site.cosmo.css | ||
site.flatly.css | ||
site.sandstone.css | ||
site.cyborg.css | ||
site.journal.css | ||
site.simplex.css | ||
site.united.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
8 | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,35 @@ | ||
language: node_js | ||
|
||
notifications: | ||
email: false | ||
|
||
sudo: required | ||
|
||
node_js: | ||
- "6.10" | ||
- "8.9" | ||
|
||
env: | ||
- CXX=g++-4.8 | ||
|
||
addons: | ||
apt: | ||
sources: | ||
- google-chrome | ||
packages: | ||
- chromium-browser | ||
|
||
cache: | ||
directories: | ||
- node_modules | ||
|
||
branches: | ||
only: | ||
- master | ||
|
||
before_install: | ||
- export CHROME_BIN=chromium-browser | ||
|
||
script: | ||
- npm i | ||
- npm start | ||
- npm test | ||
- npm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,28 @@ | ||
# Teleprint | ||
[![GitHub version](https://badge.fury.io/gh/abbotto%2Fteleprint.svg)](https://badge.fury.io/gh/abbotto%2Fteleprint) | ||
[![NPM version](https://badge.fury.io/js/teleprint.svg)](http://badge.fury.io/js/teleprint) | ||
[![Build Status](https://travis-ci.org/abbotto/teleprint.svg?branch=master)](https://travis-ci.org/abbotto/teleprint) | ||
[![David](https://img.shields.io/david/expressjs/express.svg)](https://david-dm.org/abbotto/teleprint.svg) | ||
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE.md) | ||
<a href="https://twitter.com/intent/tweet" target="_blank"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social"/></a> | ||
|
||
### What does it do? | ||
- It can print HTML from a URL, from the DOM, or from a string. | ||
- It can apply the current document's styles and scripts to the printed HTML. | ||
- It can apply custom styles and scripts to the printed HTML. | ||
|
||
## Package Information | ||
[![NPM version](https://badge.fury.io/js/teleprint.svg)](http://badge.fury.io/js/teleprint) | ||
[![GitHub version](https://badge.fury.io/gh/abbotto%2Fteleprint.svg)](https://badge.fury.io/gh/abbotto%2Fteleprint) | ||
[![Bower version](https://badge.fury.io/bo/teleprint.svg)](http://badge.fury.io/bo/teleprint) | ||
## Overview | ||
- Print HTML from a URL, from the DOM, or from a string. | ||
- Apply the current document's styles and scripts to the printed HTML. | ||
- Apply custom styles and scripts to the printed HTML. | ||
|
||
## Build Requirements | ||
|
||
### Install NPM packages | ||
Install NPM packages | ||
|
||
nvm use && npm i | ||
|
||
### Build the distribution | ||
Build the distribution | ||
|
||
npm start | ||
|
||
## Documentation | ||
- [https://abbotto.github.io/teleprint/teleprint.html](https://abbotto.github.io/teleprint/teleprint.html) | ||
- [https://abbotto.github.io/teleprint/index.html](https://abbotto.github.io/teleprint/index.html) | ||
|
||
## Demonstration | ||
- [http://codepen.io/abbotto/pen/JRGzyo](http://codepen.io/abbotto/pen/JRGzyo) | ||
|
||
## License | ||
[![MIT](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://github.com/abbotto/teleprint) | ||
[![Semver](http://img.shields.io/SemVer/2.0.0.png)](http://semver.org/spec/v2.0.0.html) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.