@billogram/task-example

Task for starting an example app (webpack) for frontend modules

Usage no npm install needed!

<script type="module">
  import billogramTaskExample from 'https://cdn.skypack.dev/@billogram/task-example';
</script>

README

@billogram/task-example

Task for starting an example app (webpack) for frontend modules

Install

yarn add @billogram/task-example

Usage

Add the task to a task runner.

import taskExample from '@billogram/task-example';
import TaskRunner from '@billogram/task-runner';


const runner = new TaskRunner('build-scripts');
runner.add('example', taskExample());

This will add the example task to the build scripts.

> build-scripts example

Note

This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.

License

MIT