{"id":27036,"library":"gulp-aum-export","title":"gulp-aum-export","description":"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.","status":"active","version":"0.0.2","language":"javascript","source_language":"en","source_url":"git://github.com/chadjoseph/gulp-aum-export","tags":["javascript","aum","gulp","mvc"],"install":[{"cmd":"npm install gulp-aum-export","lang":"bash","label":"npm"},{"cmd":"yarn add gulp-aum-export","lang":"bash","label":"yarn"},{"cmd":"pnpm add gulp-aum-export","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"Peer dependency for Gulp plugin compatibility","package":"gulp","optional":true},{"reason":"Core Aum framework for particle exports","package":"aum","optional":true}],"imports":[{"note":"Package is CommonJS but can be imported as default in ESM environments.","wrong":"const gulpAumExport = require('gulp-aum-export')","symbol":"default","correct":"import gulpAumExport from 'gulp-aum-export'"},{"note":"Standard CommonJS import for Node.js.","wrong":"","symbol":"gulpAumExport","correct":"const gulpAumExport = require('gulp-aum-export')"}],"quickstart":{"code":"const gulp = require('gulp');\nconst aumExport = require('gulp-aum-export');\n\ngulp.task('export-aum', function() {\n  return gulp.src('src/**/*.aum')\n    .pipe(aumExport({/* options */}))\n    .pipe(gulp.dest('dist'));\n});","lang":"javascript","description":"This shows a basic Gulp task that transpiles Aum particle files using gulp-aum-export."},"warnings":[{"fix":"Pin to exact version and expect frequent updates.","message":"Package version 0.0.2 is extremely early; API may break without notice.","severity":"gotcha","affected_versions":"0.0.x"},{"fix":"Check Aum framework documentation or source code.","message":"No documentation provided; use at own risk.","severity":"deprecated","affected_versions":">=0.0.0"},{"fix":"Test thoroughly with your Aum versions.","message":"Aum framework is obscure; interop with other Gulp plugins might require custom configuration.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run npm install gulp-aum-export.","cause":"Package not installed or not in node_modules.","error":"Cannot find module 'gulp-aum-export'"},{"fix":"Use const aumExport = require('gulp-aum-export'); as shown.","cause":"Incorrect import style or missing default export.","error":"TypeError: aumExport is not a function"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}