paradox-reveal-theme

Paradox Reveal is a paradox plugin for reveal.js presentations.

Лицензия

Лицензия

Группа

Группа

com.sfxcode.paradox
Идентификатор

Идентификатор

paradox-reveal-theme
Последняя версия

Последняя версия

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

paradox-reveal-theme
Paradox Reveal is a paradox plugin for reveal.js presentations.
Ссылка на сайт

Ссылка на сайт

https://github.com/sfxcode
Организация-разработчик

Организация-разработчик

sfxcode
Система контроля версий

Система контроля версий

https://github.com/sfxcode/sbt-paradox-reveal

Скачать paradox-reveal-theme

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.sfxcode.paradox/paradox-reveal-theme/ -->
<dependency>
    <groupId>com.sfxcode.paradox</groupId>
    <artifactId>paradox-reveal-theme</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sfxcode.paradox/paradox-reveal-theme/
implementation 'com.sfxcode.paradox:paradox-reveal-theme:1.1.2'
// https://jarcasting.com/artifacts/com.sfxcode.paradox/paradox-reveal-theme/
implementation ("com.sfxcode.paradox:paradox-reveal-theme:1.1.2")
'com.sfxcode.paradox:paradox-reveal-theme:jar:1.1.2'
<dependency org="com.sfxcode.paradox" name="paradox-reveal-theme" rev="1.1.2">
  <artifact name="paradox-reveal-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sfxcode.paradox', module='paradox-reveal-theme', version='1.1.2')
)
libraryDependencies += "com.sfxcode.paradox" % "paradox-reveal-theme" % "1.1.2"
[com.sfxcode.paradox/paradox-reveal-theme "1.1.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

sbt-paradox-reveal

sbt AutoPlugin for generating reveal.js presentations with Lightbend Paradox.

Documentation

https://sfxcode.github.io/sbt-paradox-reveal

Directives

Used directives are slide, notes, quote, code and fragments.

Use Paradox for Reveal.js presentations

Combine the power of Paradox with the HTML presentation framework reveal.js.

With Paradox for

and Reveal.js for

it is easy to create a presentation with code examples in short time.

Usage

Giter8 Template

g8 https://github.com/sfxcode/paradox-reveal-template.g8

Choose projectName ...

cd projectName

sbt

previewAuto

Custom

This plugin requires sbt 1.0.0+

Install plugin in project/plugins.sbt:

addSbtPlugin("com.sfxcode.paradox" % "sbt-paradox-reveal" % 1.1.0)

Enable Plugin in your build.sbt file:

 enablePlugins(ParadoxRevealPlugin)

Testing

Run test for regular unit tests.

Run scripted for sbt script tests.

Alternatives

Same Idea, less configuration options:

paradox-theme-reveal.js

Версии библиотеки

Версия
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3