@nurun-sf/spark-component
Version:
A tool for building spark components
14 lines (8 loc) • 430 B
Markdown
# Spark Component
> A tool for building spark components.
Each spark component will use this module so that they're much easier to update. It contains tasks for compiling, minifying, linting, testing, and more.
The [Spark Generator](https://bitbucket.org/nuruncode/spark-generator) will include this as a dependency on each new component.
To install it manually:
```shell
npm install @nurun-sf/spark-component --save-dev
```