svelte-generic-crud-table
Version:
<crud-table> renders object-arrays with options-panel and inline edit per row. Dispatches events for ongoing data handling. As self-containing webcomponent or for Svelte in 60KB
18 lines (16 loc) • 436 B
JavaScript
import { publish } from 'gh-pages';
publish(
'dist', // path to public directory
{
branch: 'gh-pages',
repo: 'git@github.com:ivosdc/svelte-generic-crud-table.git', // Update to point to your repository
user: {
name: 'ivosdc', // update to use your name
email: 'ibozic@mail.de' // Update to use your email
},
dotfiles: true
},
() => {
console.log('Deploy Complete!');
}
);