@b08/library-tasks

gulp tasks for library-seed

Usage no npm install needed!

<script type="module">
  import b08LibraryTasks from 'https://cdn.skypack.dev/@b08/library-tasks';
</script>

README

@b08/library-tasks

Tasks extracted from @b08/library-seed

main tasks

build - builds and lints latest, es5 and es6 targets. Collects LOC.
buildLatest - same for latest target only.
test - builds then tests all targets. Collects coverage and metrics.
testLatest - same for latest target only.
testInVs - builds and runs tests in the same process for VSCode to attach. Better use direct run of the test file though.
cover - same as testLatest.

publishAndTag - task used while releasing a version.