0.1.1 • Published 1 year ago

@madoc/component-repl v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

@madoc/component-repl

Quality Gate Status Coverage Version Downloads License

Madoc is a MArkdown DOCumentation Framework.

It will help your generate a static documentation website.

This component adds coding capability inside the browser using Codemirror and iframes.

# Install dependencies
npm install --save-dev @madoc/component-repl

Then add this in a addons/index.ts file of your project.

// Addons
import MadocComponentRepl from '@madoc/component-repl';

export default [
  MadocComponentRepl
];