Common utils for webext-buildtools builders
npm install webext-buildtools-utilsIf 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.
npm install webext-buildtools-utilssrc dir package contains helper classes to implement own ISimpleBuilder.* buildAsset dir contains implementations for IBuildAsset
* builder dir contains:
1. AbstractSimpleBuilder class to implement own ISimpleBuilder on base of it
2. AbstractCompositeBuilder class to compose several builders into one
* buildResult dir with base class for build results with custom assets set
* utils dir with helpers for common tasks
All the classes are exported in index.js