webext-buildtools-utils
v1.0.16
Published
Common utils for webext-buildtools builders
Downloads
19
Maintainers
Readme
Introduction
Common utils for webext-buildtools builders.
If you need complete solution for Web Extension build/deploy, go to webext-buildtools-integrated-builder repo.
To read what are webext-buildtools and builders go to webext-buildtools-builder-types repo.
Installation
npm install webext-buildtools-utils
Details
Under src
dir package contains helper classes to implement own ISimpleBuilder
.
buildAsset
dir contains implementations forIBuildAsset
builder
dir contains:AbstractSimpleBuilder
class to implement ownISimpleBuilder
on base of itAbstractCompositeBuilder
class to compose several builders into one
buildResult
dir with base class for build results with custom assets setutils
dir with helpers for common tasks
All the classes are exported in index.js