2.0.0 • Published 5 months ago

@form8ion/slidev v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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