0.1.11 • Published 3 years ago

@grandmama/library-builder v0.1.11

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

  1. Install the package.
npm install @bluefunctor/library-builder
  1. Add the script in your package.json:
{
  ...
  "scripts": {
    "build": "library-builder"
  }
}