3.10.2 • Published 3 years ago
@billogram/task-example
Licence
MIT
Version
3.10.2
Deps
17
Size
17 kB
Vulns
4
Weekly
0
DeprecatedThis package is deprecated
@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