@merci-michel/mm-render

1.0.1 • Public • Published

MM Render

Usage

Basic

Basic example.

import Render from 'mm-render'

Render.init();
Render.add(cb, 30);

Build

To build the sources with babel in ./lib directory :

npm run build

Documentation

To generate the JSDoc :

npm run docs

To generate the documentation and deploy on gh-pages branch :

npm run docs:deploy

Testing

To run the tests, first clone the repository and install its dependencies :

git clone https://github.com/MM56/mm-render.git
cd mm-render
npm install

Then, run the tests :

npm test

To watch (test-driven development) :

npm run test:watch

For coverage :

npm run test:coverage

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i @merci-michel/mm-render

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • pqml
    • nikitaskar
    • jordandelcros
    • pfer
    • gpolguere