0.1.11 • Published 4 years ago
@grandmama/library-builder v0.1.11
library-builder
The Library Builder is a module that translates modern JavaScript code to VanillaJS and CSS, creating a /dist directory for the modules.
Usage
- Install the package.
npm install @bluefunctor/library-builder
- Add the script in your
package.json
:
{
...
"scripts": {
"build": "library-builder"
}
}