All Projects → int64ago → node-reveal

int64ago / node-reveal

Licence: MIT license
📦 [npm] Node CLI for reveal.js

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to node-reveal

unveil-rs
Unveil Rs is a tool to create presentations from markdown inspired by reveal.js, mdbook and zola.
Stars: ✭ 39 (+85.71%)
Mutual labels:  reveal-js, reveal
markdownreveal
A tool for creating presentations with simple Markdown notation.
Stars: ✭ 34 (+61.9%)
Mutual labels:  reveal-js
react-awesome-reveal
React components to add reveal animations using the Intersection Observer API and CSS Animations.
Stars: ✭ 564 (+2585.71%)
Mutual labels:  reveal
deveal
a reveal.js helper tool
Stars: ✭ 14 (-33.33%)
Mutual labels:  reveal-js
Scrollreveal
Animate elements as they scroll into view.
Stars: ✭ 20,264 (+96395.24%)
Mutual labels:  reveal
StageMate
StageMate is the smart assistant for your presentation. It will cover all aspects of your pitch from skipping slides to reminding you if you miss some major point.
Stars: ✭ 60 (+185.71%)
Mutual labels:  reveal-js
reveal
Graph based multi genome aligner
Stars: ✭ 39 (+85.71%)
Mutual labels:  reveal
reveal-code-focus
A Reveal.js plugin that allows focusing on specific lines of code blocks.
Stars: ✭ 108 (+414.29%)
Mutual labels:  reveal-js
obsidian-advanced-slides
Create markdown-based reveal.js presentations in Obsidian
Stars: ✭ 407 (+1838.1%)
Mutual labels:  reveal-js
reveal.js-math-katex-plugin
reveal.js plugin that renders mathematical formulas using KaTeX
Stars: ✭ 36 (+71.43%)
Mutual labels:  reveal-js
reveal.js
perennial location for Esri Reveal.js conference templates
Stars: ✭ 15 (-28.57%)
Mutual labels:  reveal-js
Emergence.js
Detect element visibility in the browser
Stars: ✭ 1,891 (+8904.76%)
Mutual labels:  reveal
confidently-testing-wordpress
Slides for "Confidently Testing WordPress"
Stars: ✭ 15 (-28.57%)
Mutual labels:  reveal-js
OWReveal
CSGO Overwatch revealer by sniffing packets / Find The Suspect steam profile from overwatch
Stars: ✭ 23 (+9.52%)
Mutual labels:  reveal
marknotes
📝 You’re taking a lot of notes and need a solution to manage them i.e. put your knowledge base in one central place and being able to retrieve quickly information’s, display them nicely through the browser as a HTML page or a slideshow, export them in many file formats (docx, odt, pdf, txt, …). Sensitive information’s can be encrypted and notes …
Stars: ✭ 73 (+247.62%)
Mutual labels:  reveal-js
XYDebugView
XYDebugView is debug tool to draw the all view's frame in device screen and show it by 2d/3d style like reveal did.
Stars: ✭ 101 (+380.95%)
Mutual labels:  reveal
reveal-sampler
A reveal.js plugin to fetch code samples from source files
Stars: ✭ 20 (-4.76%)
Mutual labels:  reveal-js
cicero
🎤 Serving presentation slides written in Markdown.
Stars: ✭ 50 (+138.1%)
Mutual labels:  reveal-js
reveal-jekyll
Online presentation for GitHub Pages and Jekyll in Markdown using reveal.js with a Solarized Color Theme
Stars: ✭ 67 (+219.05%)
Mutual labels:  reveal-js
sphinx-revealjs
Presentation builder for Pythonista
Stars: ✭ 56 (+166.67%)
Mutual labels:  reveal-js

node-reveal NPM version

Node CLI for reveal.js

A Real DEMO

Feature

  • Fast and simple, almost one command
  • ONLY generate necessary files
  • Server in watch mode, auto reload during editing
  • Enable multiplex by default

Usage

npm i node-reveal -g (or yarn global add node-reveal)

$ reveal -h
Options:
  -i, --init     Create a new project.                  [default: "reveal-demo"]
  -w, --watch    Server in watch mode.                          [default: false]
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

Start

  • Init project: reveal -i <your_project_name>
  • Go to project directory: cd <your_project_name>
  • Server in watch mode: reveal -w

Quick start ❤️

  • Init project with default name: reveal
  • Go to project directory: cd reveal-demo
  • Server in watch mode: reveal

Tips

  • ENOSPC error

node-reveal uses node-watch under the hood, for the limit of OS, you need to increase watchers limit manually, see this for detail.

GIF show

  • ONLY generate files needed

  • Create a project & server in watch mode

  • Auto reload during editing

  • Enable multiplex in an elegant way

License

MIT

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].