@grandmama/library-builder
v0.1.11
Published
The Library Builder is a module that translates modern JavaScript code to VanillaJS and CSS, creating a /dist directory for the modules.
Downloads
5
Readme
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"
}
}