@billogram/task-generate-license
Task for generating a license in the dist folder
Install
yarn add @billogram/task-generate-license
Usage
Add the task to a task runner.
import taskGenerateLicense from '@billogram/task-generate-license';
import TaskRunner from '@billogram/task-runner';
const runner = new TaskRunner('build-scripts');
runner.add('generate-license', taskGenerateLicense());
This will add the generate license task to the build scripts.
> build-scripts generate-license
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