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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.0
    113
    • latest

Version History

Package Sidebar

Install

npm i create-plunker

Weekly Downloads

55

Version

1.4.0

License

MIT

Last publish

Collaborators

  • mattlewis92