1.4.0 • Published 6 years ago

create-plunker v1.4.0

Weekly downloads
67
License
MIT
Repository
github
Last release
6 years ago

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.

1.4.0

6 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago