big-presentation-arena-generate
Advanced tools
Comparing version 1.0.5 to 1.1.0
42
cli.js
@@ -16,24 +16,24 @@ #! /usr/bin/env node | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset='utf-8'> | ||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' /> | ||
<title>Big</title> | ||
<link href='big.css' rel='stylesheet' type='text/css' /> | ||
<link href='highlight.css' rel='stylesheet' type='text/css' /> | ||
<style> | ||
.new-shiny { background: #aaaaaa; } | ||
.slide-container { | ||
background-size: contain; | ||
background-position: center center; | ||
background-repeat: no-repeat; | ||
</style> | ||
<script src='big.js'></script> | ||
<script src='highlight.js'></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
</head> | ||
<body class='light'> | ||
<html> | ||
<head> | ||
<meta charset='utf-8'> | ||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' /> | ||
<title>Big</title> | ||
<link href='big.css' rel='stylesheet' type='text/css' /> | ||
<link href='highlight.css' rel='stylesheet' type='text/css' /> | ||
<style> | ||
.new-shiny { background: #aaaaaa; } | ||
.slide-container { | ||
background-size: contain; | ||
background-position: center center; | ||
background-repeat: no-repeat; | ||
</style> | ||
<script src='big.js'></script> | ||
<script src='highlight.js'></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
</head> | ||
<body class='light'> | ||
</body> | ||
</html> | ||
</body> | ||
</html> | ||
` | ||
@@ -40,0 +40,0 @@ |
{ | ||
"name": "big-presentation-arena-generate", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "A small tool to generate presentations from Are.na channels", | ||
@@ -5,0 +5,0 @@ "main": "cli.js", |
# big-presentation-arena-generate | ||
A set of code glue to easily generate [big](https://github.com/tmcw/big/blob/gh-pages/docs/user-guide.md) presentations from <are.na> channels | ||
# Install | ||
`npm install -g big-presentation-arena-generate` | ||
# Usage | ||
@@ -18,1 +21,8 @@ This assumes you have [already installed big](https://github.com/tmcw/big/blob/gh-pages/docs/user-guide.md) via `npm install -g big-presentation` | ||
+ Add generated final slide with link to are.na channel | ||
# Made by EJ Fox 🌞 | ||
#### Mar 30, 2019 | ||
ejfox@ejfox.com // Questions, comments, collaboration welcome | ||
Support for my work is appreciated! https://ejfox.com/donate/ |
28
4874
4