0.1.0 • Published 3 years ago

@matthewcpp/framework64-pipeline v0.1.0

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

@matthewcpp/framework64-pipeline

This is the asset pipeline for framework64. In order to prepare audio assets you will need to have docker installed.

Installation

npm install --save @matthewcpp/framework64-pipeline

Usage

If installed as a global module:

prepare-fw64-assets /path/to/manifest.json /path/to/outputdir

Use from your own application:

const prepare = require("@matthewcpp/framework64-pipeline")

const manifestPath = "/path/to/manifest.json";
const outputDir = "/path/to/outputDir";

await prepare(manifestPath, outputDir);