create-plunker
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

create-plunker

A helper utility to create plunkers

Example usage

import { Plunker } from 'create-plunker';
 
Plunker.create()
  .setDescription('Description')
  .addNpmPackage('moment')
  .addFile({name: 'foo.js', contents: 'alert("foo included");'})
  .setIndexBody('Hello world!')
  .save();

For a full list of API docs see here and for more example usage see the tests.

/create-plunker/

    Package Sidebar

    Install

    npm i create-plunker

    Weekly Downloads

    66

    Version

    1.4.0

    License

    MIT

    Last publish

    Collaborators

    • mattlewis92