Skip to content

opinionated scaffolder for presentations using slidev

License

Notifications You must be signed in to change notification settings

form8ion/slidev

Repository files navigation

slidev

opinionated scaffolder for presentations using slidev

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

MIT license npm Try @form8ion/slidev on RunKit node

Installation

$ npm install @form8ion/slidev --save-dev

Example

Import

import {scaffold} from '@form8ion/slidev';

Execute

(async () => {
  await scaffold({projectRoot: process.cwd()});
})();

Contributing

PRs Welcome Commitizen friendly Conventional Commits semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test