0.0.3 • Published 1 year ago

@tblaisot/prez-as-adoc v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

= prez-as-adoc

This is a project to generate Bespoke slide deck.

It allow to use slide templates (layout).

It can be used as a CLI or as a Vite plugin (prefered method).

== Usage as CLI

source,bash

prez-as-adoc --base_dir=./src --to_dir=./dist --slides-templates=./slide-templates ./src/index.adoc

== Usage as Vite Plugin

.vite.config.js

source,bash

// vite.config.js import { prezAsAdoc } from '@tblaisot/prez-as-adoc/vite-plugins' import { defineConfig } from 'vite'

export default defineConfig({ plugins: [ prezAsAdoc({ slidesTemplates: './slide-templates' }) ]

})

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago