1.1.2 • Published 10 months ago

@form8ion/mdx-deck v1.1.2

Weekly downloads
82
License
MIT
Repository
github
Last release
10 months ago

mdx-deck

scaffolder for presentations using mdx-deck

Node CI Workflow Status Codecov

Table of Contents

Usage

MIT license npm Try @form8ion/mdx-deck on RunKit

Installation

$ npm install @form8ion/mdx-deck --save-prod

Example

Import

import {scaffold} from '@form8ion/mdx-deck';

Execute

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

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test