Registry / devops / gulp-aum-export

gulp-aum-export

JSON →
library0.0.2jsnpmunverified

A Gulp plugin for transpiling Aum particle exports as part of an Aum MVC workflow. At version 0.0.2, this package is in early development with an experimental release cadence. It differentiates by targeting the niche Aum framework, providing a build-step integration for Gulp-based pipelines. No stable releases, sparse documentation, and likely limited adoption.

npm install gulp-aum-export
INSTALL
IMPORT
SIG · GULP-AUM-EXPORT
G
gulp-aum-export
devopsjavascriptv0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import gulpAumExport from 'gulp-aum-export'
const gulpAumExport = require('gulp-aum-export')
Package is CommonJS but can be imported as default in ESM environments.
gulpAumExport
const gulpAumExport = require('gulp-aum-export')
Standard CommonJS import for Node.js.

This shows a basic Gulp task that transpiles Aum particle files using gulp-aum-export.

const gulp = require('gulp'); const aumExport = require('gulp-aum-export'); gulp.task('export-aum', function() { return gulp.src('src/**/*.aum') .pipe(aumExport({/* options */})) .pipe(gulp.dest('dist')); });
Debug
Known issues
gotchaPackage version 0.0.2 is extremely early; API may break without notice.
fix
Pin to exact version and expect frequent updates.
affects: 0.0.x
deprecatedNo documentation provided; use at own risk.
fix
Check Aum framework documentation or source code.
affects: >=0.0.0
gotchaAum framework is obscure; interop with other Gulp plugins might require custom configuration.
fix
Test thoroughly with your Aum versions.
affects: >=0.0.0
Errors
Common errors & fixes
Cannot find module 'gulp-aum-export'
Package not installed or not in node_modules.
fix
Run npm install gulp-aum-export.
TypeError: aumExport is not a function
Incorrect import style or missing default export.
fix
Use const aumExport = require('gulp-aum-export'); as shown.
Upgrade
Version history
0.0.2latest on npm
Audit
Dependencies
gulpoptionalPeer dependency for Gulp plugin compatibility
aumoptionalCore Aum framework for particle exports
Agent activity
4 hits · last 30 days
node
4
Resources
gulp-aum-export — npm install gulp-aum-export · libregistry