Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 627 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 627 Bytes

Scribe Table Plugin

Command to create and manipulate tables in scribe.

Usage

require('css!scribe-plugin-table-command');

var tableCommand = require('scribe-plugin-table-command');
scribe.use(tableCommand());

Installation

bower install scribe-plugin-table-command

Contribute

We will update/maintain this plugin as we update it internally to meet our needs.

See Using and Contributing to Open Source at Coursera on how we do opensource at Coursera.